mirror of
https://github.com/google/benchmark.git
synced 2025-04-03 16:10:58 +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
|
name: Publish google-benchmark wheels to PyPI
|
||||||
needs: [merge_wheels]
|
needs: [merge_wheels]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'release' && github.event.action == 'published'
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user