Skip to content

Commit a524d98

Browse files
authored
Use v1 of GitHub action pypa/gh-action-pypi-publish (#1744)
The `master` branch version has been sunset, see https://github.com/pypa/gh-action-pypi-publish#-master-branch-sunset- At the moment there's no diff between `master` and `release/v1`, see pypa/gh-action-pypi-publish@master...release/v1
1 parent 188f9c7 commit a524d98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Upload packages to Jazzband
3838
if: github.event.action == 'published'
39-
uses: pypa/gh-action-pypi-publish@master
39+
uses: pypa/gh-action-pypi-publish@release/v1
4040
with:
4141
user: jazzband
4242
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}

0 commit comments

Comments
 (0)