mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 12:30:14 +08:00
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:
parent
4b0533b726
commit
3d88affa59
1
.github/workflows/wheels.yml
vendored
1
.github/workflows/wheels.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user