We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991cfe7 commit 43a9569Copy full SHA for 43a9569
1 file changed
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Build sdist
26
run: |
27
- python3 -m build --sdist
+ python3.14 -m build --sdist
28
29
- uses: actions/upload-artifact@v4
30
with:
0 commit comments