Skip to content

Commit

Permalink
fix CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 24, 2025
1 parent 3e0d899 commit 41e628d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
python-version: '3.10'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.11.1
run: python -m pip install cibuildwheel==2.22.0

- name: Install dependencies
run: |
Expand All @@ -94,8 +94,8 @@ jobs:

- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse
overwrite: true
name: vtzero-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

build_sdist:
needs: [tests]
Expand All @@ -120,17 +120,18 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: vtzero-sdist
path: dist/*.tar.gz
overwrite: true

upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: vtzero-*
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 41e628d

Please sign in to comment.