Skip to content

Commit e8b873d

Browse files
committed
delete pypi token. using trusted publisher config instead
1 parent 69f66c9 commit e8b873d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ jobs:
140140
- uses: actions/download-artifact@v4
141141
- name: Publish to PyPI
142142
uses: PyO3/maturin-action@v1
143-
env:
144-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
145143
with:
146144
maturin-version: v1.7.1
147145
command: upload

0 commit comments

Comments
 (0)