Sign in
android
/
platform
/
external
/
python
/
portpicker
/
refs/heads/android15-tests-dev
/
.
/
package.sh
blob: 7fb24ad91b05f05ac9c15fb9dc3a48008c86f990 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh -ex
unset PYTHONPATH
python3
-
m venv build
/
venv
.
build
/
venv
/
bin
/
activate
pip install
--
upgrade build twine
python
-
m build
twine check dist
/*
echo
'When ready, upload to PyPI using: build/venv/bin/twine upload dist/*'