install build

This commit is contained in:
ishaan-jaff 2023-08-05 09:46:08 -07:00
parent 5d5b33412d
commit 72f2d76c73

View file

@ -47,6 +47,7 @@ jobs:
echo "setup.py modified" echo "setup.py modified"
echo -e "[pypi]\nusername = __token__\npassword = $PYPI_API_TOKEN" > ~/.pypirc echo -e "[pypi]\nusername = __token__\npassword = $PYPI_API_TOKEN" > ~/.pypirc
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install build
pip install wheel pip install wheel
pip install --upgrade twine setuptools pip install --upgrade twine setuptools
rm -rf build dist rm -rf build dist