Skip to content

Commit

Permalink
[fix]: Skipping 32 bit wheels in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 13, 2021
1 parent aaf9236 commit 27b81ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
# run the package tests using `pytest`
CIBW_BEFORE_TEST: pip install pytest && pip install -r requirements.txt
CIBW_TEST_COMMAND: pytest {package}/tests
CIBW_SKIP: "*-win32"

# Build on every branch push, tag push, and pull request change:
#on: [push, pull_request]
Expand Down Expand Up @@ -48,10 +49,6 @@ jobs:
with:
python-version: "3.8"

- name: Use powershell
shell: powershell
if: matrix.os == 'windows-2019'

- name: Build wheels
uses: joerick/cibuildwheel@v1.10.0

Expand Down

0 comments on commit 27b81ea

Please sign in to comment.