Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikanago committed Dec 20, 2022
1 parent ee5525e commit e5de5a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
if: ${{ !contains(matrix.os, 'windows') }}
run: python -m cibuildwheel --output-dir wheels

- name: Upload wheel data to GitHub Archive
uses: actions/upload-artifact@v3
with:
name: wheel-data
path: wheels

- name: Upload wheel data if the Git tag is set
run: python -m twine upload wheels/*.whl
if: ${{ contains(github.ref, '/tags/') }}
Expand Down

0 comments on commit e5de5a6

Please sign in to comment.