Skip to content

Commit

Permalink
another workaround...
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Aug 3, 2023
1 parent 3e1347d commit 9d8032d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,12 @@ jobs:
- if: matrix.platform == 'ubuntu-latest'
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
echo MANYLINUX=${{ matrix.manylinux }} >> $GITHUB_ENV
- if: matrix.platform == 'ubuntu-latest'
uses: RalfG/python-wheels-manylinux[email protected]${{ env.MANYLINUX }}
uses: open-atmos/PyPartMC/.github/workflows/manylinux.yml@zdaq12-patch-1
with:
build-requirements: 'setuptools_scm'
python-versions: ${{ env.PV }}
pre-build-command: 'git config --global --add safe.directory "*"'
uses-value: RalfG/[email protected]${{ matrix.manylinux }}
python-version: ${{ env.PV }}

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

0 comments on commit 9d8032d

Please sign in to comment.