Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min authored Dec 5, 2019
1 parent c1512ff commit 89c03df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
/opt/python/${cp}/bin/python setup.py build sdist bdist_wheel
auditwheel repair dist/*-${cp}-linux_x86_64.whl
done
/opt/python/cp38-cp38/bin/python -m twine upload bdist/*.tar.gz
/opt/python/cp38-cp38/bin/python -m twine upload wheelhouse/*.whl
/opt/python/cp38-cp38/bin/python -m twine upload bdist/*.tar.gz
build_macos:
name: Build for macOS
Expand Down

0 comments on commit 89c03df

Please sign in to comment.