撤销存档,改为手动触发
This commit is contained in:
parent
28e1061c26
commit
fb1b77ef9d
|
@ -1,6 +1,6 @@
|
|||
name: Build and Publish
|
||||
run-name: Build and Publish Package (${{ gitea.actor }})
|
||||
on: [push]
|
||||
on: [workflow_dispatch, pull_request]
|
||||
|
||||
jobs:
|
||||
Run:
|
||||
|
@ -45,8 +45,3 @@ jobs:
|
|||
TWINE_PASSWORD: ${{ secrets.PYPI_KEY }}
|
||||
run: |
|
||||
twine upload dist/* --verbose --disable-progress-bar
|
||||
- name: Archive
|
||||
uses: http://hmtsai.cn:3000/actions/upload-artifact@v4
|
||||
with:
|
||||
path: dist/*
|
||||
retention-days: 60
|
||||
|
|
Loading…
Reference in New Issue