Skip to content

Commit

Permalink
WIP: Fix wheel build: temporarily allow overwriting of generated wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Feb 12, 2024
1 parent 5ead41a commit 2820655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl
# overwrite: true # Only use when testing!
# Temporary allow overwrite until we use setuptools_scm to
# generate unique version numbers on every push
overwrite: true

upload_pypi:
name: Upload release to PyPI
Expand Down

0 comments on commit 2820655

Please sign in to comment.