mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: remove automated conda forge
This commit is contained in:
@@ -66,16 +66,6 @@ jobs:
|
||||
# - other => testing PyPi
|
||||
command: make deploy
|
||||
# =======================================================================================
|
||||
# Conda distribution.
|
||||
# =======================================================================================
|
||||
conda-forge-deploy:
|
||||
docker:
|
||||
- image: python:3
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt-get update && apt-get install -y git openssl hub
|
||||
- run: make feedstock
|
||||
# =======================================================================================
|
||||
# Docker build.
|
||||
# =======================================================================================
|
||||
docker-conda-cpu:
|
||||
@@ -165,32 +155,24 @@ workflows:
|
||||
- master
|
||||
requires:
|
||||
- sdist
|
||||
- conda-forge-deploy:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
requires:
|
||||
- pypi-deploy
|
||||
- hold:
|
||||
- conda-forge-validation:
|
||||
type: approval
|
||||
requires:
|
||||
- pypi-deploy
|
||||
- conda-forge-deploy
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- docker-conda-cpu:
|
||||
requires:
|
||||
- hold
|
||||
- conda-forge-validation
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- docker-conda-gpu:
|
||||
requires:
|
||||
- hold
|
||||
- conda-forge-validation
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
|
||||
Reference in New Issue
Block a user