Skip to content

Commit 7e96676

Browse files
Bump pypa/gh-action-pypi-publish
Bumps the actions group in /.github/workflows with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 809ed23 commit 7e96676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: python -m build
2323
- name: Publish package to PyPI
2424
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
25-
uses: pypa/gh-action-pypi-publish@v1.8.14
25+
uses: pypa/gh-action-pypi-publish@v1.9.0
2626
with:
2727
user: __token__
2828
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)