summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-01 07:19:44 -0800
committerGitHub <noreply@github.com>2022-12-01 07:19:44 -0800
commit87d9a5bb0afea6a9166e4f1fdcf0ea6632922399 (patch)
tree54f0005a990c4623440fe507b7138d3beb5af3ee
parenta95e5e789dda9f4f704716ec35e92819be5bef69 (diff)
downloadvirtualenv-87d9a5bb0afea6a9166e4f1fdcf0ea6632922399.tar.gz
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 (#2454)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index d5099de..63a95d7 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -190,7 +190,7 @@ jobs:
- name: Build sdist and wheel
run: python -m build -s -w . -o dist
- name: Publish to PyPi
- uses: pypa/gh-action-pypi-publish@v1.5.1
+ uses: pypa/gh-action-pypi-publish@v1.5.2
with:
skip_existing: true
user: __token__