Skip to content

Commit ac14441

Browse files
christianrauchchristian-rauch
authored andcommitted
upload the pypangolin wheel file as artifact
1 parent 235519a commit ac14441

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ jobs:
122122
run: |
123123
cmake --build build --target test
124124
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+
125133
emscripten:
126134
runs-on: ubuntu-22.04
127135

0 commit comments

Comments
 (0)