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.
1 parent 4d9bced commit a46e255Copy full SHA for a46e255
.github/workflows/build_dist.yml
@@ -33,6 +33,7 @@ jobs:
33
- name: Save sdist
34
uses: actions/upload-artifact@v4
35
with:
36
+ name: cibw-sdist.tar.gz
37
path: dist/*.tar.gz
38
39
wheels:
@@ -79,6 +80,7 @@ jobs:
79
80
- name: Save wheels
81
82
83
+ name: cibw-wheels-${{ strategy.job-index }}.whl
84
path: wheelhouse/*.whl
85
86
upload_pypi:
@@ -89,7 +91,7 @@ jobs:
89
91
steps:
90
92
- uses: actions/download-artifact@v4
93
- pattern: artifact
94
+ pattern: cibw-*
95
path: dist
96
- uses: pypa/gh-action-pypi-publish@release/v1
97
0 commit comments