Skip to content

Commit

Permalink
Remove if statement from wheel upload job
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 committed Nov 29, 2024
1 parent 4b0533b commit ade65eb
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 ade65eb

Please sign in to comment.