Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 141 Bytes

DEPLOY.md

File metadata and controls

12 lines (8 loc) · 141 Bytes

Pypi

rm -rf build dist axial.egg-info && python setup.py sdist bdist_wheel && twine upload dist/*

NPM

npm publish