Skip to content

Commit c82c3c1

Browse files
Bump the actions group in /.github/workflows with 1 update
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.12 to 1.8.14 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.12...v1.8.14) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01b2ae4 commit c82c3c1

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/[email protected].12
25+
uses: pypa/[email protected].14
2626
with:
2727
user: __token__
2828
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)