1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-01 15:11:04 +08:00

Remove conditional trigger from PyPI upload job ()

This commit is contained in:
Nicholas Junge 2022-03-15 12:06:30 +01:00 committed by GitHub
parent 9a71e5d748
commit 7d6f1534e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: