Skip to content

Commit e46841b

Browse files
committed
Specify per-project config in .pypirc
1 parent 690c4f0 commit e46841b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NOTES.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ Publishing a Release
4141
* Run: rm -rf dist
4242
* Run: python setup.py sdist
4343
* Run: python setup.py bdist_wheel --universal
44-
* Run: twine upload dist/*
44+
* Run: twine upload --repository simplefix dist/*
4545
* Run: git tag v$VERSION
4646
* Run: git push --tags
4747
* Go to GitHub and make a release
4848
* Go to ReadTheDocs and rebuild to pick up new version
4949
* Bump the setup.py version for next time, and commit.
50-

0 commit comments

Comments
 (0)