Remove if statement from wheel upload job (#1883)

This to see if it works with the new artifact download config.
This commit is contained in:
Nicholas Junge 2024-11-29 12:55:32 +01:00 committed by GitHub
parent 4b0533b726
commit 3d88affa59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,6 @@ jobs:
name: Publish google-benchmark wheels to PyPI
needs: [merge_wheels]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
permissions:
id-token: write
steps: