From 93f80fcf194dbbf07f47e07df6d877491d214c64 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 11 May 2024 00:14:58 -0400 Subject: [PATCH 1/3] ci: try musllinux 1.2 Signed-off-by: Henry Schreiner --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31a56ed..df910f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,10 @@ jobs: target: x86_64 - runner: ubuntu-latest target: x86 + - runner: ubuntu-latest + target: x86_64-unknown-linux-musl + - runner: ubuntu-latest + target: i686-unknown-linux-musl - runner: ubuntu-latest target: aarch64 - runner: ubuntu-latest From 64850e6daed83a1fd2e279535c287cc428dd1b01 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 11 May 2024 00:22:35 -0400 Subject: [PATCH 2/3] ci: try musllinux 1.1 Signed-off-by: Henry Schreiner --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df910f4..9512145 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: linux: runs-on: ${{ matrix.platform.runner }} strategy: + fail-fast: false matrix: platform: - runner: ubuntu-latest @@ -26,8 +27,10 @@ jobs: 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 @@ -47,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: From 9cfc915820f3b1fbf285483c929db17d2d2e7a7c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 11 May 2024 01:09:23 -0400 Subject: [PATCH 3/3] chore: bump version, single source Signed-off-by: Henry Schreiner --- Cargo.toml | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 = [