Skip to content

Commit

Permalink
Merge pull request #4971 from yt-project/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions-c034f79812

Bump the actions group in /.github/workflows with 2 updates
  • Loading branch information
neutrinoceros authored Sep 1, 2024
2 parents 8ea4823 + 9385a01 commit 4162d48
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 @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Build wheels for CPython
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@v2.20.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.9.0
uses: pypa/gh-action-pypi-publish@v1.10.0
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit 4162d48

Please sign in to comment.