We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa31b5 commit 7f8a148Copy full SHA for 7f8a148
.github/workflows/python-publish.yml
@@ -35,6 +35,6 @@ jobs:
35
run: python -m build
36
- name: Publish package
37
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
38
- with:
39
- user: __token__
40
- password: ${{ secrets.PYPI_API_TOKEN }}
+ # with:
+ # user: __token__
+ # password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments