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 3efac41 commit 0505559Copy full SHA for 0505559
1 file changed
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Upload wheels
53
uses: actions/upload-artifact@v4
54
with:
55
- name: wheelhouse
+ name: wheelhouse-${{ matrix.os }}
56
path: wheelhouse/*.whl
57
58
# publish-qoco-to-pypi:
@@ -91,11 +91,10 @@ jobs:
91
id-token: write
92
93
steps:
94
- - name: Download all the dists
+ - name: Download all the wheels
95
uses: actions/download-artifact@v6
96
97
98
- path: wheelhouse/*.whl
+ path: wheelhouse
99
- name: Publish distribution to TestPyPI
100
uses: pypa/gh-action-pypi-publish@release/v1
101
0 commit comments