Skip to content

Commit b8a2f6e

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

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)