Skip to content

Commit

Permalink
Specify per-project config in .pypirc
Browse files Browse the repository at this point in the history
  • Loading branch information
da4089 committed Sep 8, 2023
1 parent 690c4f0 commit e46841b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ Publishing a Release
* Run: rm -rf dist
* Run: python setup.py sdist
* Run: python setup.py bdist_wheel --universal
* Run: twine upload dist/*
* Run: twine upload --repository simplefix dist/*
* Run: git tag v$VERSION
* Run: git push --tags
* Go to GitHub and make a release
* Go to ReadTheDocs and rebuild to pick up new version
* Bump the setup.py version for next time, and commit.

0 comments on commit e46841b

Please sign in to comment.