1 parent d81deef commit 74f259aCopy full SHA for 74f259a
1 file changed
.github/workflows/CI.yml
@@ -296,7 +296,7 @@ jobs:
296
MATURIN_REPOSITORY_URL: https://test.pypi.org/legacy/
297
with:
298
command: upload
299
- args: --non-interactive --skip-existing
+ args: --non-interactive --skip-existing dist/*.whl
300
working-directory: .
301
before-script-linux: |
302
sudo apt-get update
@@ -326,7 +326,7 @@ jobs:
326
MATURIN_REPOSITORY_URL: https://upload.pypi.org/legacy/
327
328
329
330
331
332
0 commit comments