Skip to content

Commit

Permalink
bug: Fix source is released twice for macos and linux (#394)
Browse files Browse the repository at this point in the history
fix

Signed-off-by: Jinjing.Zhou <allenzhou@tensorchord.ai>
  • Loading branch information
VoVAllen committed Jun 16, 2022
1 parent 4cf86b6 commit e478c1a
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 e478c1a

Please sign in to comment.