Skip to content

Commit dadeaed

Browse files
committed
Switch to pypa/gh-action-pypi-publish@v1 from @master
1 parent 7ea0e4d commit dadeaed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151

5252
- name: Publish distribution 📦 to PyPI
5353
if: startsWith(github.ref, 'refs/tags/v')
54-
uses: pypa/gh-action-pypi-publish@master
54+
uses: pypa/gh-action-pypi-publish@v1
5555
with:
5656
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)