Skip to content

Commit 6db94b0

Browse files
Update test build action
1 parent 3f44351 commit 6db94b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
fetch-depth: 0
1111
fetch-tags: true
1212
- name: Set up Python
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.x"
15+
python-version: "3.12"
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@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: python-package-distributions
2828
path: dist/
@@ -38,7 +38,7 @@ jobs:
3838
id-token: write # IMPORTANT: mandatory for trusted publishing
3939
steps:
4040
- name: Download all the dists
41-
uses: actions/download-artifact@v3
41+
uses: actions/download-artifact@v4
4242
with:
4343
name: python-package-distributions
4444
path: dist/

0 commit comments

Comments
 (0)