Skip to content

Commit

Permalink
update release CI (#278)
Browse files Browse the repository at this point in the history
change release CI trigger to published release.
  • Loading branch information
Bodong-Yang authored Mar 5, 2024
1 parent 040bb05 commit 5f110b0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
name: release
name: Release CI

on:
push:
tags:
- "v*"
release:
types: [published]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# use the minimum py ver we support to
# generate the wheel
python-version: 3.8

- name: install packages
Expand Down

0 comments on commit 5f110b0

Please sign in to comment.