summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-12 20:59:54 -0700
committerGitHub <noreply@github.com>2023-03-12 20:59:54 -0700
commitc4982361bd77c3f6705dcbb013c3937565ff33ce (patch)
tree1cff8132adf4cfd9a0ee3fd1fa37092fe5ea21e7
parent0e4cad0e06668fbd93be6605c9a13f871ce647c7 (diff)
downloadvirtualenv-c4982361bd77c3f6705dcbb013c3937565ff33ce.tar.gz
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#2521)
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 a711adb..698bf42 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -145,7 +145,7 @@ jobs:
run: python -m build -s -w . -o dist
- name: Publish to PyPi
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository_owner == 'pypa'
- uses: pypa/gh-action-pypi-publish@v1.6.4
+ uses: pypa/gh-action-pypi-publish@v1.7.1
with:
skip_existing: true
user: __token__