-
-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore speedups.c in source distribution.
- Loading branch information
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,6 @@ jobs: | |
sdist: | ||
name: Build source distribution and architecture-independent wheel | ||
runs-on: ubuntu-latest | ||
env: | ||
BUILD_EXTENSION: no | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3 | ||
|
@@ -28,6 +26,8 @@ jobs: | |
- name: Install wheel | ||
run: pip install wheel | ||
- name: Build wheel | ||
env: | ||
BUILD_EXTENSION: no | ||
run: python setup.py bdist_wheel | ||
- name: Save wheel | ||
uses: actions/upload-artifact@v3 | ||
|
@@ -37,8 +37,6 @@ jobs: | |
wheels: | ||
name: Build architecture-specific wheels on ${{ matrix.os }} | ||
runs-on: ${{ matrix.os }} | ||
env: | ||
BUILD_EXTENSION: yes | ||
strategy: | ||
matrix: | ||
os: | ||
|
@@ -60,6 +58,7 @@ jobs: | |
- name: Build wheels | ||
uses: pypa/[email protected] | ||
env: | ||
BUILD_EXTENSION: yes | ||
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64" | ||
CIBW_ARCHS_LINUX: "auto aarch64" | ||
CIBW_SKIP: cp36-* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters