Skip to content

Commit 1108457

Browse files
authored
unset pypi token (#674)
1 parent a6503a7 commit 1108457

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ jobs:
119119
BDIST_WHEEL: ${{ steps.create_dist.outputs.whl }}
120120
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
121121
uses: pypa/gh-action-pypi-publish@release/v1
122-
with:
123-
user: __token__
124-
password: ${{ secrets.PYPI_TOKEN }}
122+
125123
docs:
126124
needs: test
127125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)