Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package for GitHub releases
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0
uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8
if: ${{ startsWith(github.ref, 'refs/tags') }}
with:
user: __token__
Expand Down