Skip to content

Commit

Permalink
Stop smoke-testing py36/37 sdist builds
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Jan 18, 2024
1 parent a1894db commit 1ac6450
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1151,22 +1151,13 @@ jobs:
needs:
- build-changelog
- pre-setup # transitive, for accessing settings
runs-on: ${{ matrix.runner-vm-os }}
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- 3.8
- 3.7
runner-vm-os:
- ubuntu-22.04
store-sdist-to-artifact:
- false
include:
- python-version: 3.12
runner-vm-os: ubuntu-22.04
store-sdist-to-artifact: true
- python-version: 3.6 # EOL, only provided for older OSs
runner-vm-os: ubuntu-20.04
- python-version: 3.8
store-sdist-to-artifact: false

env:
Expand Down

0 comments on commit 1ac6450

Please sign in to comment.