Skip to content

Commit 4eb157a

Browse files
ci-hotfix: use 3.9 wheel for upload
1 parent 8415f59 commit 4eb157a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Store the distribution packages
7373
uses: actions/upload-artifact@v4
7474
# upload artifacts with the oldest supported version
75-
if: runner.os == 'linux' && inputs.python-version == '3.8'
75+
if: runner.os == 'linux' && inputs.python-version == '3.9'
7676
with:
7777
name: python-package-distributions
7878
path: dist/

0 commit comments

Comments
 (0)