|
|
|
@ -35,7 +35,7 @@ jobs: |
|
|
|
|
- name: Build Wheels |
|
|
|
|
run: cd ${{ github.workspace }} && docker run -e GOOGLE_APPLICATION_CREDENTIALS=/workspace/$(basename $GOOGLE_APPLICATION_CREDENTIALS) -v$PWD:/workspace $DOCKER_IMAGE build $BAZEL_CACHE --crosstool_top=@com_google_protobuf//toolchain:clang_suite --symlink_prefix=/ -c dbg python/dist:source_wheel python/dist:test_wheel |
|
|
|
|
- name: Move Wheels |
|
|
|
|
run: mkdir wheels && find _build/out -name 'protobuf*.whl' -o -name 'protobuf*.tar.gz' -exec mv '{}' wheels ';' |
|
|
|
|
run: mkdir wheels && find _build/out \( -name 'protobuf*.whl' -o -name 'protobuf*.tar.gz' \) -exec mv '{}' wheels ';' |
|
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
|
|
with: |
|
|
|
|
name: python-wheels |
|
|
|
|