Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyvn committed Oct 3, 2024
1 parent a95e6ad commit d6465b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
attempt_limit: 3
attempt_delay: 2000

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2
python -m pip install cibuildwheel==2.21.2
- name: Local build for macOS cross-compilation
if: runner.os == 'macOS' && matrix.cibw-arch == 'arm64'
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheels
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

upload_pypi:
Expand All @@ -118,8 +118,8 @@ jobs:
name: wheels
path: dist

- uses: pypa/[email protected]
if: github.event.inputs.version_overwrite || github.ref_type == 'tag'
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
# - uses: pypa/[email protected]
# if: github.event.inputs.version_overwrite || github.ref_type == 'tag'
# with:
# user: __token__
# password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit d6465b7

Please sign in to comment.