We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690c4f0 commit e46841bCopy full SHA for e46841b
NOTES.rst
@@ -41,10 +41,9 @@ Publishing a Release
41
* Run: rm -rf dist
42
* Run: python setup.py sdist
43
* Run: python setup.py bdist_wheel --universal
44
-* Run: twine upload dist/*
+* Run: twine upload --repository simplefix dist/*
45
* Run: git tag v$VERSION
46
* Run: git push --tags
47
* Go to GitHub and make a release
48
* Go to ReadTheDocs and rebuild to pick up new version
49
* Bump the setup.py version for next time, and commit.
50
-
0 commit comments