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 856fa89 commit 988baf8Copy full SHA for 988baf8
.github/workflows/package.yml
@@ -26,7 +26,7 @@ jobs:
26
os: windows-11-arm
27
experimental: false
28
steps:
29
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
30
- name: Set up Python ${{ matrix.python-version }}
31
uses: actions/setup-python@v5
32
with:
.github/workflows/release.yml
permissions:
id-token: write
- uses: astral-sh/setup-uv@v5
- run: uv build
- name: Smoke test (wheel)
0 commit comments