We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651b53a commit cd13e16Copy full SHA for cd13e16
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v6
12
- name: Set up Python
13
- uses: actions/setup-python@v7
+ uses: actions/setup-python@v6
14
with:
15
python-version: "3.x"
16
- name: Install pypa/build
@@ -22,7 +22,7 @@ jobs:
22
- name: Build a binary wheel and a source tarball
23
run: python -m build
24
- name: Store the distribution packages
25
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v7
26
27
name: python-package-distributions
28
path: dist/
@@ -73,7 +73,7 @@ jobs:
73
74
# steps:
75
# - name: Download all the dists
76
- # uses: actions/download-artifact@v5
+ # uses: actions/download-artifact@v7
77
# with:
78
# name: python-package-distributions
79
# path: dist/
0 commit comments