Skip to content

Commit 6aeacc7

Browse files
authored
Merge pull request #62 from WWGolay/WWGolay-patch-1
Update pypi-publish.yml
2 parents 1206b53 + 7e7d7d9 commit 6aeacc7

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)