Skip to content

Commit 6b20c10

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.12 (#99)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.12. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.8.12) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 469fcf5 commit 6b20c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
5555
- name: Publish to PyPI
5656
if: startsWith(github.ref, 'refs/tags')
57-
uses: pypa/[email protected].10
57+
uses: pypa/[email protected].12
5858
with:
5959
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)