summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-22 19:49:34 -0700
committerGitHub <noreply@github.com>2023-03-22 19:49:34 -0700
commit461cd261c59a8de695dc68e4d46f2afc83d2761c (patch)
tree62855a0cdbe8218d20895eceb831a03fe4b747d6
parent7ff4eb10c7eabdfe82c6de1ef5796f2c0da39c7b (diff)
downloadvirtualenv-461cd261c59a8de695dc68e4d46f2afc83d2761c.tar.gz
Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#2530)
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 16be1a8..4427de0 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.1
+ uses: pypa/gh-action-pypi-publish@v1.8.3
with:
skip_existing: true
user: __token__