Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Jan 28, 2024
1 parent 4120ee8 commit f7152ee
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/release_wheel.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Adapted from https://github.com/punica-ai/punica/blob/591b59899f0a20760821785d06b331c8a2e5cb86/.github/workflows/release_wheel.yml
name: Release
on:
workflow_call:
inputs:
tag_name:
required: true
type: string
push:
branches:
- 'ci'
secrets:
WHL_TOKEN:
required: true
# workflow_call:
# inputs:
# tag_name:
# required: true
# type: string
# secrets:
# WHL_TOKEN:
# required: true
# PYPI_TEST_TOKEN:
# required: true

Expand Down

0 comments on commit f7152ee

Please sign in to comment.