Skip to content

Commit

Permalink
ADD: added custom local config of creds file
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-greening committed Jun 25, 2024
1 parent 9fadaec commit 058a48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pypi
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ make html
# Update package to PyPI
cd ..
python3 setup.py sdist bdist_wheel
twine upload dist/*
twine upload --config-file ./.pypirc --verbose dist/*
rm -rf build dist *.egg-info

0 comments on commit 058a48c

Please sign in to comment.