mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
🐛 remove automatic trigger
This commit is contained in:
6
.github/workflows/pypi.yml
vendored
6
.github/workflows/pypi.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: pypi
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- workflow_dispatch
|
||||
env:
|
||||
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
|
||||
jobs:
|
||||
@@ -22,4 +20,4 @@ jobs:
|
||||
- name: Deploy to pypi
|
||||
run: |
|
||||
poetry build
|
||||
poetry publish
|
||||
poetry publish
|
||||
|
||||
Reference in New Issue
Block a user