Skip to content

Commit 061401c

Browse files
committed
Bump version and add architecture
1 parent 8df5aa8 commit 061401c

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/python_release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ jobs:
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828

29-
manylinux-x64_64:
29+
manylinux:
3030
needs: security_audit
3131
runs-on: ubuntu-latest
32+
strategy:
33+
matrix:
34+
architecture: [x86-64, aarch64]
3235
environment: release
3336
steps:
3437
- uses: actions/checkout@v4

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py_maplib/Cargo.toml

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

66
[features]

0 commit comments

Comments
 (0)