We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5822e3 commit d18f0f0Copy full SHA for d18f0f0
Makefile
@@ -3,4 +3,4 @@ format:
3
4
release:
5
python setup.py sdist bdist_wheel
6
- twine upload --repository-url https://upload.pypi.org/legacy/ dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
+ twine upload --repository-url https://upload.pypi.org/legacy/ dist/* -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD}
0 commit comments