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 ff25fe4 commit 2c7a8ddCopy full SHA for 2c7a8dd
.github/workflows/python-publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up Python
18
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
19
with:
20
python-version: "3.x"
21
- name: Install pypa/build
@@ -27,7 +27,7 @@ jobs:
27
- name: Build a binary wheel and a source tarball
28
run: python3 -m build
29
- name: Store the distribution packages
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@4
31
32
name: python-package-distributions
33
path: dist/
0 commit comments