diff options
author | Nicholas Junge <nicholas.junge@web.de> | 2024-05-24 10:51:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 09:51:41 +0100 |
commit | 144d23cf5fa0b1b9dd138bc56601920d83e350c7 (patch) | |
tree | 1abf040b1405417b7a2f921e6405cc0dbbc6f15c /.github | |
parent | 7f992a553df82688e68b72228f5fbb533b04b750 (diff) | |
download | google-benchmark-144d23cf5fa0b1b9dd138bc56601920d83e350c7.tar.gz google-benchmark-144d23cf5fa0b1b9dd138bc56601920d83e350c7.zip |
hotfix: Correct pypi-publishing action tag to v1.8.14 (#1791)
Also bump pre-commit dependencies via `pre-commit autoupdate`.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/wheels.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8b772cd..591d709 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -87,4 +87,4 @@ jobs: - uses: actions/download-artifact@v4 with: path: dist - - uses: pypa/gh-action-pypi-publish@v1 + - uses: pypa/gh-action-pypi-publish@v1.8.14 |