Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
release.sh 159 B
#!/bin/bash
rm -rf dist/ build/ .eggs/
python setup.py sdist bdist_wheel
export PKGNAME=caosdb
python setup.py sdist bdist_wheel
python -m twine upload dist/*