Skip to content

Commit 7e7d7d9

Browse files
authored
Update pypi-publish.yml
Signed-off-by: Will Golay <[email protected]>
1 parent 1206b53 commit 7e7d7d9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pypi-publish.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,5 @@ jobs:
3232
pip install build
3333
- name: Build package
3434
run: python -m build
35-
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
37-
with:
38-
user: __token__
39-
password: ${{ secrets.PYPI_API_TOKEN }}
35+
- name: pypi-publish
36+
uses: pypa/[email protected]

0 commit comments

Comments
 (0)