diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 017631b4e..62f0d260e 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -108,6 +108,8 @@ jobs: target: - x86_64-unknown-linux-musl - i686-unknown-linux-musl + - aarch64-unknown-linux-musl + - armv7-unknown-linux-musleabihf python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 @@ -173,5 +175,4 @@ jobs: with: packages-dir: dist/ verbose: true - print-hash: true - \ No newline at end of file + print-hash: true \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 557fed690..82419603c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "self_encryption" readme = "README.md" repository = "https://github.com/maidsafe/self_encryption" -version = "0.32.42" +version = "0.32.43" [features] default = []