Skip to content

Commit 8a7c1c1

Browse files
committed
Upgrades github action version
1 parent 09a580e commit 8a7c1c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.13"
15+
python-version: "3.14"
1616
- name: Install pypa/build
1717
run: >-
1818
python3 -m
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build a binary wheel and a source tarball
2323
run: python3 -m build
2424
- name: Store the distribution packages
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: python-package-distributions
2828
path: dist/

0 commit comments

Comments
 (0)