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 92e49bd commit 0264b1b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Package Release
on:
release:
types: [ published ]
workflow_dispatch:

jobs:
source_build:
Expand Down Expand Up @@ -54,11 +55,11 @@ jobs:
- 'ubuntu-20.04'
- 'macos-12'
python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.7.0'
- '3.8.0'
- '3.9.0'
- '3.10.0'
- '3.11.0'
architecture:
- x86_64
- arm64
Expand Down Expand Up @@ -118,7 +119,7 @@ jobs:
fail-fast: false
matrix:
python:
- '3.8.17'
- '3.8.0'

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

0 comments on commit 0264b1b

Please sign in to comment.