diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-17 08:30:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 08:30:41 -0700 |
commit | a91a75b9857542d8659d5bdd8e84e3723f9d0451 (patch) | |
tree | 34f633bacaf14c3a216cd17c6ca95c03318cb83c | |
parent | 9501eac663e3a96f9a2f255e197019d583364037 (diff) | |
download | virtualenv-a91a75b9857542d8659d5bdd8e84e3723f9d0451.tar.gz |
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#2524)
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 698bf42..16be1a8 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.7.1 + uses: pypa/gh-action-pypi-publish@v1.8.1 with: skip_existing: true user: __token__ |