Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,6 @@ jobs:
]
# Keep in sync (remove asterisks) with PY_VERSIONS_FULL env var above - if changed, change that as well.
py_version: ["cp310-", "cp311-", "cp312-", "cp313-"]
# The following exclude/include skips intermediate Python versions on GitHub hosted runners for PR run
is_pr:
- ${{ github.event_name == 'pull_request' }}
exclude:
- is_pr: true
include:
- os_python.os: "ubuntu-20.04"
- py_version: "cp310-"
- py_version: "cp313-"
steps:
- name: Download python source distribution from artifacts
uses: actions/download-artifact@v5
Expand Down
Loading