Skip to content

Commit

Permalink
Fix wheel upload
Browse files Browse the repository at this point in the history
  • Loading branch information
peterspackman committed Aug 5, 2024
1 parent 6948f8a commit a18a5d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels
name: occpy-${{ matrix.os }}-${{ matrix.pyver }}

upload_all:
runs-on: ubuntu-latest
Expand All @@ -47,7 +47,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
path: dist
pattern: occpy-*
merge-multiple: true

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

0 comments on commit a18a5d1

Please sign in to comment.