diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 22:10:30 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 22:10:30 +0000 |
| commit | 84ba37b9992dda0e9ad0ef10566630b38c81fec4 (patch) | |
| tree | fe2f62d73eaa31b6a51dc807ace01682ff43db23 | |
| parent | set package path (diff) | |
| download | SyncRNG-84ba37b9992dda0e9ad0ef10566630b38c81fec4.tar.gz SyncRNG-84ba37b9992dda0e9ad0ef10566630b38c81fec4.zip | |
add environment variables for cibuildwheel
| -rw-r--r-- | .github/workflows/python-deploy.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index f25ea3e..9539965 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -30,6 +30,9 @@ jobs: - name: Build wheels run: | python -m cibuildwheel --output-dir ./wheelhouse ./python + env: + CIBW_TEST_COMMAND: "python -m unittest discover {package}/tests" + CIBW_SKIP: "pp* cp27-* cp35-*" - uses: actions/upload-artifact@v2 with: |
