Skip to content

Commit

Permalink
Allow overwriting wheels in same build
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Nov 27, 2024
1 parent f294798 commit 5e122d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
python -m build --wheel
- uses: actions/upload-artifact@v4
with:
overwrite: true
path: ./dist/*.whl
build_sdist:
needs: [lint]
Expand Down

0 comments on commit 5e122d2

Please sign in to comment.