mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🐛 fix conditional steps
This commit is contained in:
8
.github/workflows/pypi.yml
vendored
8
.github/workflows/pypi.yml
vendored
@@ -33,11 +33,11 @@ jobs:
|
|||||||
sdist-
|
sdist-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install --upgrade pip setuptools twine
|
run: pip install --upgrade pip setuptools twine
|
||||||
- if: ${{ matrix.platform }} == 'cpu'
|
- name: Package CPU distribution
|
||||||
name: Package CPU distribution
|
if: ${{ matrix.platform == 'cpu' }}
|
||||||
run: make build
|
run: make build
|
||||||
- if: ${{ matrix.platform }} == 'gpu'
|
- name: Package GPU distribution
|
||||||
name: Package GPU distribution
|
if: ${{ matrix.platform == 'gpu' }}
|
||||||
run: make build-gpu
|
run: make build-gpu
|
||||||
- name: Deploy to pypi
|
- name: Deploy to pypi
|
||||||
run: make deploy
|
run: make deploy
|
||||||
Reference in New Issue
Block a user