Update config.yml

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

View file

@ -48,6 +48,7 @@ jobs:
pip install wheel
pip install --upgrade setuptools
python setup.py sdist bdist_wheel
echo "Twine upload to dist"
twine upload dist/*
else
echo "No changes to setup.py. Skipping PyPI publish."