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 caf67be commit 2d8f47bCopy full SHA for 2d8f47b
.github/workflows/build.yml
@@ -54,6 +54,7 @@ jobs:
54
- uses: actions/upload-artifact@v4
55
with:
56
path: wheelhouse/*.whl
57
+ name: wheelhouse-${{ matrix.os }}
58
overwrite: true
59
60
build_sdist:
@@ -106,6 +107,7 @@ jobs:
106
107
if: env.skip_build != 'true'
108
109
path: python/dist/*.tar.gz
110
+ name: sdist-${{ matrix.os }}
111
112
113
upload_pypi:
@@ -116,7 +118,7 @@ jobs:
116
118
steps:
117
119
- uses: actions/[email protected]
120
- name: artifact
121
122
path: dist
123
124
- name: Production Release
0 commit comments