🐛 fix docker worfklow

This commit is contained in:
Félix Voituret
2020-07-08 17:40:57 +02:00
parent b114fd032c
commit 486460008f
2 changed files with 9 additions and 9 deletions

View File

@@ -33,11 +33,11 @@ jobs:
sdist-
- name: Install dependencies
run: pip install --upgrade pip setuptools twine
- name: Package CPU distribution
if: ${{ matrix.platform == 'cpu' }}
- if: ${{ matrix.platform == 'cpu' }}
name: Package CPU distribution
run: make build
- name: Package GPU distribution
if: ${{ matrix.platform == 'gpu' }}
- if: ${{ matrix.platform == 'gpu' }}
name: Package GPU distribution)
run: make build-gpu
- name: Deploy to pypi
run: make deploy