Skip to content

Commit

Permalink
Fix linux wheels upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Dec 31, 2021
1 parent a91b7c5 commit d03bef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
CIBW_BEFORE_BUILD: pip install cython
- uses: ncipollo/release-action@v1
name: Upload wheels
if: ${{ github.ref_type == 'branch' }}
if: ${{ github.ref_type == 'tag' }}
with:
artifacts: "wheelhouse/*"
allowUpdates: true
Expand Down

0 comments on commit d03bef8

Please sign in to comment.