Skip to content

Commit

Permalink
Fix GitHub publish workflow (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbalioglu authored Nov 3, 2023
1 parent 3917e3c commit 7d99d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
publish_pypi-linux:
name: Publish to PyPI (pt${{ matrix.torch }}, py${{ matrix.py }}, linux-x86_64, ${{ matrix.variant }})
needs:
- publish_pt112_s3-linux
- publish_pt113_s3-linux
- publish_pt20_s3-linux
- publish_pt21_s3-linux
if: inputs.release_type == 'stable'
uses: ./.github/workflows/_publish_pypi.yaml
strategy:
Expand Down

0 comments on commit 7d99d80

Please sign in to comment.