Skip to content

Commit a8f9758

Browse files
authored
ci: linux build (#15)
* ci: restore linux artifact upload * chore: bump version
1 parent 16bf31e commit a8f9758

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/maturin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.11"
43+
python-version: 3.x
4444
- name: Fix openssl regression
4545
run: cargo update openssl-src --precise 300.3.1+3.3.1
4646
- name: Build wheels
4747
uses: PyO3/maturin-action@v1
4848
with:
4949
target: ${{ matrix.platform.target }}
5050
manylinux: auto
51-
#sccache: 'true'
51+
sccache: 'true'
5252
args: --release --out dist --manifest-path pyfuzon/Cargo.toml
5353
before-script-linux: |
5454
# Source: https://github.com/sfackler/rust-openssl/issues/2036#issuecomment-1724324145
@@ -149,7 +149,7 @@ jobs:
149149
name: Release
150150
runs-on: ubuntu-latest
151151
if: "startsWith(github.ref, 'refs/tags/')"
152-
needs: [musllinux, macos, sdist]
152+
needs: [linux, musllinux, macos, sdist]
153153
steps:
154154
- uses: actions/download-artifact@v4
155155
- name: Publish to PyPI

fuzon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fuzon"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
[lib]

pyfuzon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyfuzon"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)