Skip to content

Commit

Permalink
publish: just choose up to latest stable python minor version
Browse files Browse the repository at this point in the history
do not specify patch version

[skip ci]
  • Loading branch information
jqnatividad committed Aug 4, 2024
1 parent 7673d46 commit 2ab03a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macOS-arm64-selfhosted-publish-qsvpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: actions/[email protected]
with:
python-version: '3.12.4'
python-version: '3.12'
- name: Build qsvpy312

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-qsvpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ab03a0

Please sign in to comment.