Update config.yml

This commit is contained in:
Ishaan Jaff 2023-08-01 20:12:51 -07:00 committed by GitHub
parent 82971b79c4
commit 0ca2694e35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,8 @@ jobs:
echo "$TWINE_USERNAME"
echo "$TWINE_PASSWORD"
echo "$PYPI_API_TOKEN"
echo "Contents of dist directory:"
ls dist/
twine upload --verbose dist/*
else
echo "No changes to setup.py. Skipping PyPI publish."