Skip to content

Commit 9f7cf7a

Browse files
Update pypi workflow
1 parent b59a68b commit 9f7cf7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
regex: '\d+\.\d+\.\d+a\d+'
3838

3939
- name: Publish
40-
uses: pypa/gh-action-pypi-publish@master
40+
uses: pypa/gh-action-pypi-publish@release/v1
4141
if: ${{ steps.check-version.outputs.match == '' }} # If didn't match
4242
with:
4343
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)