Skip to content

Commit

Permalink
Backport PR yt-project#5068: Bump the actions group in /.github/workf…
Browse files Browse the repository at this point in the history
…lows with 2 updates
  • Loading branch information
neutrinoceros authored and meeseeksmachine committed Dec 1, 2024
1 parent 30b0613 commit 7c1b740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Build wheels for CPython
uses: pypa/cibuildwheel@v2.21.3
uses: pypa/cibuildwheel@v2.22.0
with:
output-dir: dist

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
merge-multiple: true

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit 7c1b740

Please sign in to comment.