Skip to content

Commit

Permalink
TO-BE-REMOVED
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Jan 24, 2025
1 parent 8c56445 commit a3202b0
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ jobs:
- os: ubuntu-20.04
platform: x86_64

- os: ubuntu-20.04
platform: PyPy

- os: windows-latest
platform: win64

- os: windows-latest
platform: PyPy

- os: macos-latest
platform: all

- os: macos-13
platform: all

- os: macos-latest
platform: PyPy
# - os: ubuntu-20.04
# platform: PyPy
#
# - os: windows-latest
# platform: win64
#
# - os: windows-latest
# platform: PyPy
#
# - os: macos-latest
# platform: all
#
# - os: macos-13
# platform: all
#
# - os: macos-latest
# platform: PyPy

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -88,7 +88,8 @@ jobs:
- name: Overwrite for Linux 64
if: runner.os == 'Linux' && matrix.platform == 'x86_64'
run: |
echo "CIBW_BUILD=cp3*_x86_64" >> $GITHUB_ENV
echo "CIBW_BUILD=cp312*_x86_64" >> $GITHUB_ENV
echo "CIBW_BEFORE_BUILD='python -m pip install 'cython' Cython>=3.0.11,<4'" >> $GITHUB_ENV
- name: Overwrite for Linux PyPy
if: runner.os == 'Linux' && matrix.platform == 'PyPy'
Expand Down

0 comments on commit a3202b0

Please sign in to comment.