We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a580e commit 8a7c1c1Copy full SHA for 8a7c1c1
1 file changed
.github/workflows/pypi.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python
13
uses: actions/setup-python@v5
14
with:
15
- python-version: "3.13"
+ python-version: "3.14"
16
- name: Install pypa/build
17
run: >-
18
python3 -m
@@ -22,7 +22,7 @@ jobs:
22
- name: Build a binary wheel and a source tarball
23
run: python3 -m build
24
- name: Store the distribution packages
25
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
26
27
name: python-package-distributions
28
path: dist/
0 commit comments