Skip to content

Commit

Permalink
cd skip pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Jan 8, 2024
1 parent 3e42e14 commit 7939855
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
git clone https://github.com/pybind/pybind11.git
cd pybind11
git checkout v2.11.1
CIBW_SKIP: pp* # Skip PyPy
MACOSX_DEPLOYMENT_TARGET: "10.14"

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

Expand All @@ -39,7 +40,7 @@ jobs:
- name: Build SDist
run: pipx run build --sdist

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

Expand All @@ -50,7 +51,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down

0 comments on commit 7939855

Please sign in to comment.