提交 e0addfcb 编写于 作者: A Adam Geitgey

Fix pypi upload for new releases

上级 2604279f
......@@ -75,8 +75,9 @@ 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
python3 setup.py sdist upload
python3 setup.py bdist_wheel upload
python3 setup.py sdist
python3 setup.py bdist_wheel
twine upload dist/*
dist: clean ## builds source and wheel package
python3 setup.py sdist
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册