Skip to content

Commit

Permalink
Remove if statement from wheel upload job (google#1883)
Browse files Browse the repository at this point in the history
This to see if it works with the new artifact download config.
  • Loading branch information
nicholasjng authored Nov 29, 2024
1 parent 4b0533b commit 3d88aff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3d88aff

Please sign in to comment.