Skip to content

Commit

Permalink
Merge pull request #5068 from yt-project/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions-9c77a09ceb
  • Loading branch information
neutrinoceros authored Dec 1, 2024
2 parents fb8d4dc + f73f430 commit 40d5c8a
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 40d5c8a

Please sign in to comment.