We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aaec1e commit 68b7360Copy full SHA for 68b7360
.github/workflows/pypi.yml
@@ -185,7 +185,8 @@ jobs:
185
subject-path: 'wheels-*/*'
186
- name: Publish to PyPI
187
uses: PyO3/maturin-action@v1
188
+ env:
189
+ MATURIN_REPOSITORY: testpypi
190
with:
191
command: upload
- # Using test.pypi until confirmed to work:
- args: --non-interactive --repository testpypi --skip-existing wheels-*/*
192
+ args: --non-interactive --skip-existing wheels-*/*
0 commit comments