Skip to content

Commit

Permalink
revert to copy-paste pattern...
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Aug 3, 2023
1 parent 612bb13 commit 8c787a0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,18 @@ jobs:
run: |
python -c "import sys; vi=sys.version_info; abitag='m' if vi.minor<8 else ''; print(f'PV=cp{vi.major}{vi.minor}-cp{vi.major}{vi.minor}{abitag}')" >> $GITHUB_ENV
- if: matrix.platform == 'ubuntu-latest'
uses: open-atmos/PyPartMC/.github/workflows/manylinux.yml@zdaq12-patch-1
- if: ${{ matrix.platform == 'ubuntu-latest' && matrix.manylinux == "manylinux2010_x86_64" }}
uses: RalfG/[email protected]_x86_64
with:
python-version: ${{ env.PV }}
build-requirements: 'setuptools_scm'
pre-build-command: 'git config --global --add safe.directory "*"'
- if: ${{ matrix.platform == 'ubuntu-latest' && matrix.manylinux == "manylinux_2_24_x86_64" }}
uses: RalfG/[email protected]_2_24_x86_64
with:
uses-value: RalfG/[email protected]${{ matrix.manylinux }}
python-version: ${{ env.PV }}
build-requirements: 'setuptools_scm'
pre-build-command: 'git config --global --add safe.directory "*"'

- if: matrix.platform == 'ubuntu-latest'
run: rm dist/*-linux_*
Expand Down

0 comments on commit 8c787a0

Please sign in to comment.