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.
2 parents 546d6d5 + a46e255 commit 5cfe4e6Copy full SHA for 5cfe4e6
.github/workflows/build_dist.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Save sdist
34
uses: actions/upload-artifact@v4
35
with:
36
- name: cibw-sdist
+ name: cibw-sdist.tar.gz
37
path: dist/*.tar.gz
38
39
wheels:
@@ -80,7 +80,7 @@ jobs:
80
- name: Save wheels
81
82
83
- name: cibw-wheels-${{ strategy.job-index }}
+ name: cibw-wheels-${{ strategy.job-index }}.whl
84
path: wheelhouse/*.whl
85
86
upload_pypi:
@@ -96,4 +96,4 @@ jobs:
96
- uses: pypa/gh-action-pypi-publish@release/v1
97
98
password: ${{ secrets.PYPI_API_TOKEN }}
99
- skip_existing: true
+ skip-existing: true
0 commit comments