Skip to content

Commit b5aed92

Browse files
committed
Fix sdist behavior
Now only stores latest (3.13)
1 parent e957a22 commit b5aed92

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -759,18 +759,15 @@ jobs:
759759
strategy:
760760
matrix:
761761
python-version:
762+
- 3.12
762763
- >-
763764
3.10
764765
- 3.9
765-
- 3.8
766766
runner-vm-os:
767767
- ubuntu-22.04
768768
store-sdist-to-artifact:
769769
- false
770770
include:
771-
- python-version: 3.12
772-
runner-vm-os: ubuntu-22.04
773-
store-sdist-to-artifact: true
774771
- python-version: 3.13
775772
runner-vm-os: ubuntu-24.04
776773
store-sdist-to-artifact: true

0 commit comments

Comments
 (0)