-
Notifications
You must be signed in to change notification settings - Fork 44
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
Showing
4 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
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
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,12 +1,25 @@ | ||
Make sure the version number is updated. | ||
1. Update the change log: | ||
|
||
Make sure that the working directory is clean. | ||
CHANGELOG | ||
|
||
source venv/bin/activate | ||
python -m build | ||
2. Update the version number: | ||
|
||
Inspect the packages manually | ||
setup.cfg | ||
fasteners/version | ||
|
||
twine upload dist/* | ||
4. Make sure that the working directory is clean. | ||
|
||
Tag the git repo. | ||
|
||
4. Build: | ||
|
||
source venv/bin/activate | ||
python -m build | ||
|
||
5. Inspect the packages manually. | ||
|
||
|
||
6. Upload: | ||
|
||
twine upload dist/* | ||
|
||
7. Tag the git repo. |
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