-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish
: just choose up to latest stable python minor version
do not specify patch version [skip ci]
- Loading branch information
1 parent
7673d46
commit 2ab03a0
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -102,7 +102,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.12.4' | ||
python-version: '3.12' | ||
- name: Build qsvpy312 | ||
env: | ||
RUSTFLAGS: --emit=asm -C target-cpu=native ${{ matrix.job.addl-rustflags }} | ||
|
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 |
---|---|---|
|
@@ -127,7 +127,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.12.4' | ||
python-version: '3.12' | ||
- name: Build qsvpy312 | ||
|
||
env: | ||
|
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 |
---|---|---|
|
@@ -145,7 +145,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.12.4' | ||
python-version: '3.12' | ||
- name: Build qsvpy312 | ||
# env: | ||
# RUSTFLAGS: --emit=asm | ||
|