Skip to content

Commit

Permalink
CI(GHActions): Skip release script for PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Feb 27, 2024
1 parent d3d6195 commit aa7929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
if: ${{ runner.os != 'Windows' && startsWith(github.ref, 'refs/tags/') }}
if: ${{ !startsWith(matrix.python-version, 'pypy') && runner.os != 'Windows' && startsWith(github.ref, 'refs/tags/') }}
- name: Build and publish wheel on w32
run: |
pip install -U pip setuptools twine wheel
Expand Down

0 comments on commit aa7929d

Please sign in to comment.