mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +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 .
|
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
|
||||||
|
|
||||||
release: clean ## package and upload a release
|
release: clean ## package and upload a release
|
||||||
python setup.py sdist upload
|
python setup.py sdist bdist_wheel
|
||||||
python setup.py bdist_wheel upload
|
twine upload dist/*
|
||||||
|
|
||||||
dist: clean ## builds source and wheel package
|
dist: clean ## builds source and wheel package
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ PyYAML==3.12
|
|||||||
pytest==3.4.2
|
pytest==3.4.2
|
||||||
pytest-runner==4.0
|
pytest-runner==4.0
|
||||||
vcrpy==1.11.1
|
vcrpy==1.11.1
|
||||||
|
twine==1.10.0
|
||||||
|
|||||||
Reference in New Issue
Block a user