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 cbf133a commit 3629cedCopy full SHA for 3629ced
.github/workflows/build_wheel.yml
@@ -85,16 +85,10 @@ jobs:
85
path: wheelhouse
86
pattern: wheelhouse*
87
merge-multiple: true
88
- - name: List downloaded wheels
89
- run: ls -l wheelhouse
90
- - name: Create consolidated archive
91
- run: |
92
- cd wheelhouse
93
- zip -r ../all_swmm_toolkit_wheels.zip .
94
- name: Upload consolidated archive
95
uses: actions/upload-artifact@v4
96
with:
97
name: all_swmm_toolkit_wheels
98
- path: all_swmm_toolkit_wheels.zip
+ path: ./wheelhouse/*.whl
99
100
0 commit comments