Skip to content

Commit aa76efa

Browse files
committed
CI: Remove PYPI token
Fixes #2141
1 parent 40973a1 commit aa76efa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pypi-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ jobs:
9090
path: dist
9191
- name: Publish package to PyPI
9292
uses: pypa/[email protected]
93-
with:
94-
user: __token__
95-
password: ${{ secrets.PARCELS_PYPI_PROD_TOKEN }}
96-
verbose: true
9793

9894
test-pypi-release:
9995
needs: upload-to-pypi

0 commit comments

Comments
 (0)