Skip to content

Commit c0f7ff2

Browse files
authored
Set gh-action-pypi-publish to use release/v1 (#568)
master is deprecated, apparently
1 parent 9f88d8b commit c0f7ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
ls -al dist/
207207
208208
- name: Upload to PyPI
209-
uses: pypa/gh-action-pypi-publish@master
209+
uses: pypa/gh-action-pypi-publish@release/v1
210210
with:
211211
user: __token__
212212
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)