Skip to content

Commit c7e1a0e

Browse files
authored
Merge pull request #423 from pbs-data-solutions/trusted-publisher
Switch PyPI publish from tokens to trusted publisher
2 parents e90b13f + 786510e commit c7e1a0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ jobs:
110110
python-version: ${{ env.PYTHON_VERSION }}
111111
- name: Publish to PyPI
112112
uses: PyO3/maturin-action@v1
113-
env:
114-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
115113
with:
116114
command: upload
117115
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)