1
0
mirror of https://github.com/google/benchmark.git synced 2025-03-31 14:40:29 +08:00

Remove if statement from wheel upload job

This to see if it works with the new artifact download config.
This commit is contained in:
Nicholas Junge 2024-11-29 12:29:39 +01:00
parent 4b0533b726
commit ade65eb3a9

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: