diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-22 19:49:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 19:49:34 -0700 |
commit | 461cd261c59a8de695dc68e4d46f2afc83d2761c (patch) | |
tree | 62855a0cdbe8218d20895eceb831a03fe4b747d6 | |
parent | 7ff4eb10c7eabdfe82c6de1ef5796f2c0da39c7b (diff) | |
download | virtualenv-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.yml | 2 |
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__ |