Skip to content

Commit eea6419

Browse files
authored
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.4 (#1184)
2 parents 07e381c + b984a8f commit eea6419

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@c7f29f7adef1a245bd91520e94867e5c6eedddcc
69+
- uses: pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c
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@c7f29f7adef1a245bd91520e94867e5c6eedddcc
74+
- uses: pypa/gh-action-pypi-publish@29930c9cf57955dc1b98162d0d8bc3ec80d9e75c
7575
with:
7676
password: ${{ secrets.PYPI_TOKEN }}
7777
packages_dir: artifact/

0 commit comments

Comments
 (0)