When re-running the wheel build, wheels already uploaded to the GitHub release
cause upload-release-assets to fail with already_exists. With continue-on-error,
the attestation and PyPI upload steps still proceed since the wheel files remain
in ./wheelhouse/ regardless.
Change-Id: Id2ba96e95dd93b3ba14e9bf117a5d1a057178f37
- name: Upload wheels to release
# upload the generated wheels to the github release
+ continue-on-error: true
uses: sqlalchemyorg/upload-release-assets@sa
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}