Skip to content

Commit de28bd9

Browse files
authored
Merge pull request #69 from JecaTosovic/dependabot/github_actions/actions-version-5e72becc27
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.11.0 in the actions-version group across 1 directory
2 parents 204d264 + 003b9e4 commit de28bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build package
2525
run: python -m build
2626
- name: Publish package
27-
uses: pypa/gh-action-pypi-publish@v1.9.0
27+
uses: pypa/gh-action-pypi-publish@v1.12.4
2828
with:
2929
user: __token__
3030
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)