mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-25 23:14:33 +01:00
Make release process more secure with twine
This commit is contained in:
4
Makefile
4
Makefile
@@ -75,8 +75,8 @@ servedocs: docs ## compile the docs watching for changes
|
||||
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
|
||||
|
||||
release: clean ## package and upload a release
|
||||
python setup.py sdist upload
|
||||
python setup.py bdist_wheel upload
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
||||
dist: clean ## builds source and wheel package
|
||||
python setup.py sdist
|
||||
|
||||
Reference in New Issue
Block a user