summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-04 22:01:11 -0800
committerGitHub <noreply@github.com>2022-12-04 22:01:11 -0800
commitda9262539911fa0c6efb01bff3843aeb74843d87 (patch)
tree7f2b323fb628afa2a9c05b377a182456eaf3f8f1
parent87d9a5bb0afea6a9166e4f1fdcf0ea6632922399 (diff)
downloadvirtualenv-da9262539911fa0c6efb01bff3843aeb74843d87.tar.gz
Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 (#2459)
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 63a95d7..00a95f9 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.2
+ uses: pypa/gh-action-pypi-publish@v1.6.1
with:
skip_existing: true
user: __token__