Skip to content

Commit

Permalink
overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Oct 1, 2024
1 parent 0ca3292 commit a1df056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: "actions/upload-artifact@v4"
with:
path: "./wheelhouse/*.whl"
overwrite: true

make_sdist:
name: "Build source distribution"
Expand All @@ -47,6 +48,7 @@ jobs:
- uses: "actions/upload-artifact@v4"
with:
path: "./dist/*.tar.gz"
overwrite: true

upload_to_pypi:
name: "Upload to PyPI"
Expand Down

0 comments on commit a1df056

Please sign in to comment.