From 8ece0d4bec4553934aa5883c15efdc3ccc49515f Mon Sep 17 00:00:00 2001 From: ijl Date: Sat, 2 Nov 2024 01:02:56 +0000 Subject: [PATCH] Fix trusted publishing upload, python3.8 manylinux_2_17 --- .github/workflows/artifact.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/artifact.yaml b/.github/workflows/artifact.yaml index 1faf5216..eae5339d 100644 --- a/.github/workflows/artifact.yaml +++ b/.github/workflows/artifact.yaml @@ -71,6 +71,7 @@ jobs: { interpreter: 'python3.11', package: 'python3.11', compatibility: "manylinux_2_17" }, { interpreter: 'python3.10', package: 'python3.10', compatibility: "manylinux_2_17" }, { interpreter: 'python3.9', package: 'python3.9', compatibility: "manylinux_2_17" }, + { interpreter: 'python3.8', package: 'python3.8', compatibility: "manylinux_2_17" }, ] arch: [ { @@ -552,7 +553,6 @@ jobs: - uses: actions/download-artifact@v4 with: merge-multiple: true - name: python-package-distributions path: dist/ pattern: orjson_* @@ -567,7 +567,5 @@ jobs: with: attestations: true packages-dir: dist - repository-url: https://github.com/ijl/orjson skip-existing: true - user: ijl verbose: true