summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-05 06:31:02 -0700
committerGitHub <noreply@github.com>2023-04-05 06:31:02 -0700
commitb911e3a11f1af4703d2b06ae3a90bf21263c211b (patch)
tree94bf172d20705e8d4b9289db5edab1c4db3a4a5e
parent02585da06164e30b764321ac827cd148bd64c6b8 (diff)
downloadvirtualenv-b911e3a11f1af4703d2b06ae3a90bf21263c211b.tar.gz
Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 (#2536)
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 4427de0..3bddd4a 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.8.3
+ uses: pypa/gh-action-pypi-publish@v1.8.5
with:
skip_existing: true
user: __token__