Skip to content

Commit d18f0f0

Browse files
committed
fix deploy script
1 parent a5822e3 commit d18f0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ format:
33

44
release:
55
python setup.py sdist bdist_wheel
6-
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
6+
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD}

0 commit comments

Comments
 (0)