Skip to content

Commit

Permalink
polish(pu): polish release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puyuan1996 committed Apr 16, 2024
1 parent 0264b1b commit 91ace9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
- 'ubuntu-20.04'
- 'macos-12'
python:
- '3.7.0'
- '3.8.0'
- '3.9.0'
- '3.10.0'
- '3.11.0'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
architecture:
- x86_64
- arm64
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
env:
CIBW_SKIP: "pp* *musllinux*"
CIBW_ARCHS: ${{ matrix.architecture }}
CIBW_PROJECT_REQUIRES_PYTHON: ${{ matrix.python }}
CIBW_PROJECT_REQUIRES_PYTHON: ">=${{ matrix.python }}"
- name: Show the buildings
shell: bash
run: |
Expand All @@ -119,7 +119,7 @@ jobs:
fail-fast: false
matrix:
python:
- '3.8.0'
- '3.8.7'

steps:
- name: Download packed files to artifacts
Expand Down

0 comments on commit 91ace9b

Please sign in to comment.