We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bec59c commit 38fe5fdCopy full SHA for 38fe5fd
1 file changed
.github/workflows/release-wheels.yml
@@ -255,8 +255,9 @@ jobs:
255
with:
256
subject-path: 'dist/*'
257
- name: Publish to PyPI
258
- if: github.event_name == 'workflow_dispatch' && inputs.release
259
uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # 1.50.1
260
261
command: upload
262
args: --non-interactive --skip-existing dist/*
+ env:
263
+ MATURIN_REPOSITORY: ${{ (github.event_name == 'workflow_dispatch' && inputs.release) && 'pypi' || 'testpypi' }}
0 commit comments