Skip to content

Commit

Permalink
Fix trusted publishing upload, python3.8 manylinux_2_17
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Nov 2, 2024
1 parent 2e3d96d commit 8ece0d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down Expand Up @@ -552,7 +553,6 @@ jobs:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
name: python-package-distributions
path: dist/
pattern: orjson_*

Expand All @@ -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

0 comments on commit 8ece0d4

Please sign in to comment.