Skip to content

Commit 74f259a

Browse files
authored
fix(ci): Added missing dist file path for python wheels (#31)
1 parent d81deef commit 74f259a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
MATURIN_REPOSITORY_URL: https://test.pypi.org/legacy/
297297
with:
298298
command: upload
299-
args: --non-interactive --skip-existing
299+
args: --non-interactive --skip-existing dist/*.whl
300300
working-directory: .
301301
before-script-linux: |
302302
sudo apt-get update
@@ -326,7 +326,7 @@ jobs:
326326
MATURIN_REPOSITORY_URL: https://upload.pypi.org/legacy/
327327
with:
328328
command: upload
329-
args: --non-interactive --skip-existing
329+
args: --non-interactive --skip-existing dist/*.whl
330330
working-directory: .
331331
before-script-linux: |
332332
sudo apt-get update

0 commit comments

Comments
 (0)