-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e674984
commit 8697fa7
Showing
3 changed files
with
42 additions
and
42 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: Lint with ruff | ||
run: | | ||
pixi run lint | ||
- name: Lint with ruff | ||
- name: Lint with cython-lint | ||
run: | | ||
pixi run cython-lint | ||
- name: Format with black | ||
|
@@ -54,6 +54,9 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected] | ||
with: | ||
environments: default | ||
|
||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
|
@@ -65,9 +68,6 @@ jobs: | |
CIBW_ARCHS_LINUX: auto64 | ||
CIBW_ARCHS_MACOS: x86_64 arm64 | ||
CIBW_ARCHS_WINDOWS: auto64 | ||
CIBW_BEFORE_BUILD_LINUX: sudo apt install -y pkg-config && python -m pip install ninja | ||
CIBW_BEFORE_BUILD_MACOS: brew install pkg-config && python -m pip install ninja | ||
CIBW_BEFORE_BUILD_WINDOWS: choco install rtools -y --no-progress --force --version=4.0.0.20220206 && python -m pip install ninja | ||
|
||
- name: Upload package | ||
uses: actions/upload-artifact@v4 | ||
|
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