Skip to content

Commit 8a1de1a

Browse files
authoredNov 1, 2024··
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.11.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]>
1 parent c722ed3 commit 8a1de1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy-sdist.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Publish package to PyPI
2323
if: github.event.action == 'published'
24-
uses: pypa/gh-action-pypi-publish@v1.10.2
24+
uses: pypa/gh-action-pypi-publish@v1.11.0
2525
with:
2626
user: __token__
2727
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)
Please sign in to comment.