We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235519a commit ac14441Copy full SHA for ac14441
.github/workflows/build.yml
@@ -122,6 +122,14 @@ jobs:
122
run: |
123
cmake --build build --target test
124
125
+ - name: upload wheel file
126
+ if: ${{ matrix.shared_libs == 'OFF' }}
127
+ uses: actions/upload-artifact@v4
128
+ with:
129
+ name: pypangolin_wheel_${{ matrix.os }}
130
+ if-no-files-found: error
131
+ path: ./build/pypangolin-*.whl
132
+
133
emscripten:
134
runs-on: ubuntu-22.04
135
0 commit comments