Skip to content

Commit d137db1

Browse files
authored
Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 (#1194)
2 parents bb382db + b8a2f6e commit d137db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
steps:
6767
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
6868
# Try uploading to Test PyPI first, in case something fails.
69-
- uses: pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c
69+
- uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
7070
with:
7171
password: ${{ secrets.TEST_PYPI_TOKEN }}
7272
repository_url: https://test.pypi.org/legacy/
7373
packages_dir: artifact/
74-
- uses: pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c
74+
- uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
7575
with:
7676
password: ${{ secrets.PYPI_TOKEN }}
7777
packages_dir: artifact/

0 commit comments

Comments
 (0)