This commit is contained in:
MaiziXiao 2024-12-27 03:59:27 +00:00
parent 1c67b90fa2
commit 35ab8c568b

View File

@ -1,13 +1,13 @@
name: deploy
on:
- push
- workflow_dispatch:
inputs:
confirm_publish:
description: 'Type YES to confirm publishing to PyPI'
required: true
type: string
push:
workflow_dispatch:
inputs:
confirm_publish:
description: 'Type YES to confirm publishing to PyPI'
required: true
type: string
jobs:
build-n-publish: