Skip to content

Commit

Permalink
Allow overwriting source dist in same build
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Nov 27, 2024
1 parent 5e122d2 commit 5ec5e41
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 @@ -102,6 +102,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz
overwrite: true
upload_pypi:
needs: [test, build_wheels, build_sdist]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5ec5e41

Please sign in to comment.