-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Felix Finkbeiner
committed
Nov 14, 2019
1 parent
6ae6b90
commit 3f2b47e
Showing
8 changed files
with
35 additions
and
12 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
To publish a new documentation needs to be build: | ||
`make -C documentation html` | ||
Then build the new package: | ||
`python setup.py bdist_wheel` | ||
And check it: | ||
`twine check dist/*` | ||
Finally publish: | ||
`twine upload dist/*` | ||
1. To publish a new documentation needs to be build:\ | ||
`make -C documentation html`\ | ||
2. Make sure you set the right version in the `setup.py` | ||
3. Then build the new package:\ | ||
`python setup.py bdist_wheel`\ | ||
4. And check it:\ | ||
`twine check dist/*`\ | ||
5. Commit the most current version to GitHub if this has not been done yet. | ||
6. Make sure you gave the commit of the current version a proper tag:\ | ||
`git tag -a '<your tag>' -m '<some message for the tag>' && git push --tags`\ | ||
Finally publish:\ | ||
`twine upload dist/*`\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters