Skip to content

Commit 47af101

Browse files
authored
Merge pull request #5004 from yt-project/dependabot/github_actions/dot-github/workflows/actions-b1f0d1a86f
Bump the actions group in /.github/workflows with 2 updates
2 parents ca3a41b + fa92ac3 commit 47af101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Build wheels for CPython
36-
uses: pypa/cibuildwheel@v2.20.0
36+
uses: pypa/cibuildwheel@v2.21.1
3737
with:
3838
output-dir: dist
3939

@@ -125,7 +125,7 @@ jobs:
125125
merge-multiple: true
126126

127127
- name: Publish to PyPI
128-
uses: pypa/[email protected].1
128+
uses: pypa/[email protected].2
129129
with:
130130
user: __token__
131131
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)