diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31a56ed..9512145 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,12 +18,19 @@ jobs: linux: runs-on: ${{ matrix.platform.runner }} strategy: + fail-fast: false matrix: platform: - runner: ubuntu-latest target: x86_64 - runner: ubuntu-latest target: x86 + - runner: ubuntu-latest + target: x86_64-unknown-linux-musl + manylinux: musllinux_1_1 + - runner: ubuntu-latest + target: i686-unknown-linux-musl + manylinux: musllinux_1_1 - runner: ubuntu-latest target: aarch64 - runner: ubuntu-latest @@ -43,7 +50,7 @@ jobs: target: ${{ matrix.platform.target }} args: --release --out dist sccache: 'true' - manylinux: auto + manylinux: ${{ matrix.platform.manylinux || 'auto' }} - name: Upload wheels uses: actions/upload-artifact@v4 with: diff --git a/Cargo.toml b/Cargo.toml index 34da13c..163bf0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyproject-fmt-rust" -version = "1.0.1" +version = "1.0.2" description = "Format pyproject.toml files" repository = "https://github.com/tox-dev/pyproject-fmt" readme = "README.md" diff --git a/pyproject.toml b/pyproject.toml index 17647e0..6acfc00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ requires = [ [project] name = "pyproject-fmt-rust" -version = "1.0.1" description = "Format your pyproject.toml file" readme = "README.md" keywords = [