Skip to content

Commit

Permalink
ci: tweak prefix *moar*
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Sep 14, 2021
1 parent 6c197c6 commit 7adadfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/use-cibuildwheel.yml
Expand Up @@ -180,12 +180,12 @@ jobs:
CIBW_ARCHS_WINDOWS: ${{ steps.platform-arch.outputs.arch }}
CIBW_ENVIRONMENT: >
CRC32C_PURE_PYTHON="0"
CRC32C_INSTALL_PREFIX="$(pwd)/usr
CIBW_BUILD_VERBOSITY: 1
CRC32C_INSTALL_PREFIX="$(pwd)/usr"
CIBW_BUILD_VERBOSITY: 3
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: py.test -v {project}/tests

- uses: actions/upload-artifact@v2
with:
name: python-package-distributions
path: wheelhouse
path: ./wheelhouse/google_crc32c*.whl

0 comments on commit 7adadfe

Please sign in to comment.