We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b52a7 commit c1d9206Copy full SHA for c1d9206
.github/workflows/ci-macos.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Checkout code
44
uses: actions/checkout@v4
45
46
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
47
with:
48
python-version: "3.13"
49
.github/workflows/dist.yml
@@ -193,7 +193,7 @@ jobs:
193
name: dist
194
path: dist
195
196
197
# As of 2024-02-03, the macOS M1 runners do not have preinstalled python or pipx.
198
# Installing pipx follows the approach of https://github.com/pypa/cibuildwheel/pull/1743
199
id: python
0 commit comments