Skip to content

Commit 1cda916

Browse files
committed
Use versioned publish
1 parent 7ef2cd0 commit 1cda916

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Package
2222
run: poetry build
2323
- name: Publish to PyPI
24-
uses: pypa/gh-action-pypi-publish@master
24+
uses: pypa/gh-action-pypi-publish@release/v1
2525
with:
26-
user: __token__
2726
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)