Skip to content

Commit a96e1a3

Browse files
authored
Merge pull request #13 from giocaizzi:pypa
pypa/gh-action-pypi-publish@release/v1
2 parents 652b120 + 41df60c commit a96e1a3

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
@@ -26,7 +26,7 @@ jobs:
2626
run: python -m build
2727

2828
- name: Publish package
29-
uses: pypa/gh-action-pypi-publish@v1
29+
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
user: __token__
3232
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)