Skip to content

Commit

Permalink
CI: Fix maturin version to v1.2.3
Browse files Browse the repository at this point in the history
This is the latest release where the pyauditor version is not broken
when building from source. See ALU-Schumacher#565.
  • Loading branch information
QuantumDancer committed Nov 24, 2023
1 parent 4aa8780 commit 911dcca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_pyauditor_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Maturin
uses: messense/maturin-action@v1
with:
maturin-version: v1.2.3
target: x86_64
manylinux: auto
command: build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_pyauditor_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Maturin
uses: messense/maturin-action@v1
with:
maturin-version: v1.2.3
command: build
args: --release -o dist --target universal2-apple-darwin --interpreter python${{ inputs.python-version }} --manifest-path pyauditor/Cargo.toml

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_pyauditor_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Maturin
uses: messense/maturin-action@v1
with:
maturin-version: v1.2.3
command: build
args: --release -o dist --interpreter python${{ inputs.python-version }} --manifest-path pyauditor/Cargo.toml

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update serde from 1.0.192 to 1.0.193 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update setuptools from 68.2.2 to 69.0.2 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update uuid from 1.5.0 to 1.6.1 ([@QuantumDancer](https://github.com/QuantumDancer))
- CI: Fix maturin version to v1.2.3 ([@QuantumDancer](https://github.com/QuantumDancer))

### Removed

Expand Down

0 comments on commit 911dcca

Please sign in to comment.