mirror of
https://github.com/google/benchmark.git
synced 2025-04-01 15:11:04 +08:00
Remove conditional trigger from PyPI upload job (#1370)
This commit is contained in:
parent
9a71e5d748
commit
7d6f1534e9
1
.github/workflows/wheels.yml
vendored
1
.github/workflows/wheels.yml
vendored
@ -136,7 +136,6 @@ jobs:
|
||||
name: Publish google-benchmark wheels to PyPI
|
||||
needs: [build_sdist, build_linux, build_macos, build_windows]
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'release' && github.event.action == 'published'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user