Skip to content

Commit b984a8f

Browse files
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.4
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.8.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@c7f29f7...29930c9) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f47f03 commit b984a8f

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)