Skip to content

Commit 2c2e2a4

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...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]>
1 parent f29bb5f commit 2c2e2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m twine check dist/*
3030
3131
- name: Build and publish
32-
uses: pypa/gh-action-pypi-publish@v1.8.14
32+
uses: pypa/gh-action-pypi-publish@v1.9.0
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)