Skip to content

Commit 4516cef

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.9.0 (#108)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.12...v1.9.0) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fabb2a commit 4516cef

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/gh-action-pypi-publish@v1.8.12
57+
uses: pypa/gh-action-pypi-publish@v1.9.0
5858
with:
5959
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)