Skip to content

Commit 2f9cf47

Browse files
authored
Merge pull request #138 from mshriver/github-workflow-publish
Update pypa/gh-action-pypi-publish release
2 parents b8848f3 + 1f2183b commit 2f9cf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m twine check dist/*
3030
3131
- name: Deploy to PyPi
32-
uses: pypa/gh-action-pypi-publish@v1.5
32+
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
3434
user: __token__
3535
password: ${{ secrets.pypi_wt_pf }}

0 commit comments

Comments
 (0)