Skip to content

Commit

Permalink
Update publish-pypi.yml
Browse files Browse the repository at this point in the history
 - os: ubuntu-latest
            python: 312
            platform_id: manylinux_x86_64
            manylinux_image: manylinux2014
added twice for 32 and x64 linux debian variants
--sasha
  • Loading branch information
catchthemonster authored Jan 6, 2024
1 parent 4fb67ae commit e0f4c25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
python: 311
platform_id: manylinux_i686
manylinux_image: manylinux2014
- os: ubuntu-latest
python: 312
platform_id: manylinux_i686
manylinux_image: manylinux2014

# Linux 64 bit manylinux2014
- os: ubuntu-latest
Expand All @@ -45,6 +49,10 @@ jobs:
python: 311
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
python: 312
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

# MacOS x86_64
- os: macos-latest
Expand Down

0 comments on commit e0f4c25

Please sign in to comment.