Skip to content

Commit

Permalink
Temporarily comment out already-generated platforms
Browse files Browse the repository at this point in the history
PyPI will reject uploads that are already present.
  • Loading branch information
jamesrhester authored Feb 26, 2025
1 parent e0a7ce6 commit 847dbf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
# Github Actions doesn't support pairing matrix values together, let's improvise
# Stolen from numpy deployment workflow
buildplat:
- [ubuntu-22.04, manylinux_x86_64]
- [macos-13, macosx_x86_64]
#- [ubuntu-22.04, manylinux_x86_64]
#- [macos-13, macosx_x86_64]
- [macos-14, macosx_x86_64]
- [macos-latest, macosx_x86_64]
- [windows-2019, win_amd64]
- [windows-2019, win32]
#- [windows-2019, win_amd64]
#- [windows-2019, win32]
python: ["cp310", "cp311", "cp312", "cp313"]

runs-on: ${{ matrix.buildplat[0] }}
Expand Down

0 comments on commit 847dbf1

Please sign in to comment.