Skip to content

Commit a361040

Browse files
authored
Merge pull request #91 from djbulsink/patch-1
Update python-publish.yml us release/v1 instead of master.
2 parents 17f9a5f + 41d5bd4 commit a361040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
retention-days: 7
5757

5858
- name: Publish distribution to PyPI
59-
uses: pypa/gh-action-pypi-publish@master
59+
uses: pypa/gh-action-pypi-publish@release/v1
6060
with:
6161
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)