We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e56ba commit a908205Copy full SHA for a908205
bin/publish.sh
@@ -12,5 +12,7 @@ npm publish ryantam626-jupyterlab_code_formatter-"${PUBLISH_VERSION/v/}".tgz --a
12
popd
13
python setup.py sdist
14
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
17
git tag -a "${PUBLISH_VERSION}" -m "${PUBLISH_VERSION}"
18
git push origin --tags
0 commit comments