Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jinjing.Zhou <allenzhou@tensorchord.ai>
  • Loading branch information
VoVAllen committed Jun 16, 2022
1 parent 4cf86b6 commit d08e818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
uses: pypa/cibuildwheel@v2.6.1
env:
CIBW_ARCHS: auto64
- name: Build source distribution
- name: Build source distribution
if: runner.os == 'Linux' # Only release source under linux to avoid conflict
run: |
python3 setup.py sdist
mv dist/*.tar.gz wheelhouse/
Expand Down

0 comments on commit d08e818

Please sign in to comment.