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 2f5fc55 commit 0459278Copy full SHA for 0459278
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build a binary wheel and a source tarball
34
run: python3 -m build
35
- name: Store the distribution packages
36
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
37
with:
38
name: python-package-distributions
39
path: dist/
.github/workflows/test_release.yml
@@ -73,7 +73,7 @@ jobs:
73
DEV_VERSION: ${{needs.create-dev-version.outputs.dev_version}}
74
run: ${{ env.DEV_VERSION_ENV_KEY }}="${{ env.DEV_VERSION }}" python3 -m build
75
76
77
78
79
0 commit comments