Skip to content

Commit 694fc90

Browse files
committed
Use up-to-date version of PyPI publish Action
Fixes an outdated reference that aborted the last release attempt.
1 parent 10102d1 commit 694fc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Upload packages to Jazzband
3939
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
40-
uses: pypa/gh-action-pypi-publish@master
40+
uses: pypa/gh-action-pypi-publish@release/v1
4141
with:
4242
user: jazzband
4343
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}

0 commit comments

Comments
 (0)