Skip to content

Commit e2fb692

Browse files
committed
Fix artifact upload.
1 parent f38163e commit e2fb692

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,16 @@ jobs:
3737
run: |
3838
python -m cibuildwheel --output-dir wheelhouse
3939
40+
- name: Check files
41+
run: ls -al wheelhouse/
42+
4043
- name: Audit ABI3 wheels
4144
run: |
4245
abi3audit -vsS wheelhouse/*abi3*.whl
4346
4447
- uses: actions/upload-artifact@v4
4548
with:
49+
name: artifact-wheels
4650
path: ./wheelhouse/*.whl
4751

4852
build_sdist:
@@ -65,6 +69,7 @@ jobs:
6569

6670
- uses: actions/upload-artifact@v4
6771
with:
72+
name: artifact-sdist
6873
path: dist/*.tar.gz
6974

7075
upload_pypi:

0 commit comments

Comments
 (0)