Skip to content

Commit

Permalink
Mimic what has been changed for PyPMC
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Sep 12, 2024
1 parent 2378b00 commit 8f77887
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: "*musllinux*"
CIBW_ARCHS_MACOS: x86_64 arm64
- uses: actions/upload-artifact@v4
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheel-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.version }}
path: ./wheelhouse/*.whl
deploy_pypi:
name: Build and publish Python 🐍 distributions 📦 to PyPI
Expand All @@ -46,6 +48,8 @@ jobs:
python-version: '3.10'
- uses: actions/download-artifact@v4.1.7
with:
pattern: wheel-*
merge-multiple: true
path: ./
- name: build pycbc for pypi
run: |
Expand Down

0 comments on commit 8f77887

Please sign in to comment.