Update config.yml

This commit is contained in:
Ishaan Jaff 2023-08-01 16:12:51 -07:00 committed by GitHub
parent 556fdd8b6a
commit 7205fe1a16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,7 @@ jobs:
pip install twine pip install twine
pip install wheel pip install wheel
pip install --upgrade setuptools pip install --upgrade setuptools
echo "Building package"
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
echo "Twine upload to dist" echo "Twine upload to dist"
twine upload dist/* twine upload dist/*