Skip to content

Commit 4162d48

Browse files
Merge pull request #4971 from yt-project/dependabot/github_actions/dot-github/workflows/actions-c034f79812
Bump the actions group in /.github/workflows with 2 updates
2 parents 8ea4823 + 9385a01 commit 4162d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Build wheels for CPython
35-
uses: pypa/cibuildwheel@v2.19.2
35+
uses: pypa/cibuildwheel@v2.20.0
3636
with:
3737
output-dir: dist
3838

@@ -124,7 +124,7 @@ jobs:
124124
merge-multiple: true
125125

126126
- name: Publish to PyPI
127-
uses: pypa/gh-action-pypi-publish@v1.9.0
127+
uses: pypa/gh-action-pypi-publish@v1.10.0
128128
with:
129129
user: __token__
130130
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)