Skip to content

Commit 19ea8e2

Browse files
authored
Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#1212)
2 parents 223eca8 + 755d53e commit 19ea8e2

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

0 commit comments

Comments
 (0)