Skip to content

Commit 94fab19

Browse files
chore(deps): bump pypa/gh-action-pypi-publish (#180)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from cbd6d01d855e02aab0908c7709d5c0ddc88c617a to 20d40f69a1d306453777ffecb5a86860e850ba0f. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@cbd6d01...20d40f6) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a472d90 commit 94fab19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Publish to PyPI
125125
# The issue https://github.com/pypa/gh-action-pypi-publish/issues/310 has not tagged a release yet
126126
# Use the commit hash to get the temporary fix
127-
uses: pypa/gh-action-pypi-publish@cbd6d01d855e02aab0908c7709d5c0ddc88c617a
127+
uses: pypa/gh-action-pypi-publish@20d40f69a1d306453777ffecb5a86860e850ba0f
128128
with:
129129
password: ${{ secrets.PYPI_API_TOKEN }}
130130
skip-existing: true

0 commit comments

Comments
 (0)