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 8415f59 commit 4eb157aCopy full SHA for 4eb157a
.github/workflows/_build.yaml
@@ -72,7 +72,7 @@ jobs:
72
- name: Store the distribution packages
73
uses: actions/upload-artifact@v4
74
# upload artifacts with the oldest supported version
75
- if: runner.os == 'linux' && inputs.python-version == '3.8'
+ if: runner.os == 'linux' && inputs.python-version == '3.9'
76
with:
77
name: python-package-distributions
78
path: dist/
0 commit comments