We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a047f commit 7e1fb28Copy full SHA for 7e1fb28
2 files changed
.github/workflows/package.yml
@@ -38,7 +38,7 @@ jobs:
38
os: windows-11-arm
39
experimental: false
40
steps:
41
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
42
- name: Set up Python ${{ matrix.python-version }}
43
uses: actions/setup-python@v6
44
with:
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
permissions:
27
id-token: write
28
29
30
- uses: astral-sh/setup-uv@v7
31
- run: uv build
32
- name: Smoke test (wheel)
0 commit comments