Skip to content

Commit

Permalink
Ah, it's probably about skipping win32 builds, we don't want them right
Browse files Browse the repository at this point in the history
  • Loading branch information
Tremeschin committed Aug 3, 2024
1 parent 1202f2a commit b04d6c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,11 @@ jobs:
CIBW_ARCHS_LINUX: auto
CIBW_ARCHS_MACOS: arm64
CIBW_ARCHS_WINDOWS: auto
CIBW_SKIP: '*musllinux* *i686*'
CIBW_SKIP: '*musllinux* *i686* *-win32'

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
architecture: x64

- name: deps
run: python -m pip install cibuildwheel==2.19.2
Expand Down
1 change: 0 additions & 1 deletion turbopipe/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
__version__ = "1.0.0"
print(__version__)

0 comments on commit b04d6c2

Please sign in to comment.