Update config.yml

This commit is contained in:
Ishaan Jaff 2023-08-01 16:22:44 -07:00 committed by GitHub
parent 0a4e6dea0f
commit 67529fa1e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,9 +51,9 @@ jobs:
echo "Building package"
python setup.py sdist bdist_wheel
echo "Twine upload to dist"
echo TWINE_USERNAME
echo TWINE_PASSWORD
echo PYPI_API_TOKEN
echo "$TWINE_USERNAME"
echo "$TWINE_PASSWORD"
echo "$PYPI_API_TOKEN"
twine upload --verbose dist/*
# else
# echo "No changes to setup.py. Skipping PyPI publish."