Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph committed Sep 9, 2021
1 parent 9a43780 commit 2d54568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}
cpu:
name: docker-cpu
needs: [pypi, version]
needs: pypi
runs-on: ubuntu-latest
steps:
- name: version
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
cache-to: type=gha
gpu:
name: docker-gpu
needs: [pypi, version]
needs: pypi
runs-on: ubuntu-latest
steps:
- name: version
Expand Down

0 comments on commit 2d54568

Please sign in to comment.