Skip to content

Commit

Permalink
Merge pull request #120 from yt-project/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/workflows/actions-c4937a6b8b

Bump the actions group in /.github/workflows with 2 updates
  • Loading branch information
neutrinoceros authored Nov 1, 2024
2 parents ce73c25 + db40a9a commit baa3052
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 @@ -31,7 +31,7 @@ jobs:

- uses: astral-sh/setup-uv@v3
- name: Build wheels for CPython
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v2.21.3
with:
output-dir: dist
env:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
merge-multiple: true

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

0 comments on commit baa3052

Please sign in to comment.