Skip to content

Commit a908205

Browse files
committed
Publish wheel as well
Closes: #183.
1 parent c6e56ba commit a908205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/publish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ npm publish ryantam626-jupyterlab_code_formatter-"${PUBLISH_VERSION/v/}".tgz --a
1212
popd
1313
python setup.py sdist
1414
twine upload dist/jupyterlab_code_formatter-"${PUBLISH_VERSION/v/}".tar.gz
15+
python setup.py bdist_wheel
16+
twine upload dist/jupyterlab_code_formatter-"${PUBLISH_VERSION/v/}"-py3-none-any.whl
1517
git tag -a "${PUBLISH_VERSION}" -m "${PUBLISH_VERSION}"
1618
git push origin --tags

0 commit comments

Comments
 (0)