Skip to content

Commit ac7e9d4

Browse files
authored
Update CI.yml
1 parent 25e5875 commit ac7e9d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585

8686
release:
8787
name: Release
88+
environment: release
8889
runs-on: ubuntu-latest
8990
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
9091
needs: [linux, windows, sdist]
@@ -104,8 +105,8 @@ jobs:
104105
- name: Publish to PyPI
105106
if: ${{ startsWith(github.ref, 'refs/tags/') }}
106107
uses: PyO3/maturin-action@v1
107-
env:
108-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
108+
# env:
109+
# MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
109110
with:
110111
command: upload
111112
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)