Skip to content

Commit b495d4e

Browse files
Fix PyPi release
1 parent df6ec4e commit b495d4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ jobs:
174174
- name: Publish to PyPI
175175
if: ${{ startsWith(github.ref, 'refs/tags/') }}
176176
uses: PyO3/maturin-action@v1
177-
env:
178-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
179177
with:
180178
command: upload
181179
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)