-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
c0ec2f6
commit 3a81df0
Showing
1 changed file
with
5 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
## Module 7: Publishing | ||
- Add a license | ||
- Add license to the root folder (see https://choosealicense.com/) | ||
- Change version number to 0.1.0 | ||
- Build the package | ||
- Publish the package to the PyPI Test Server. | ||
- Make a release in GitHub - click "Draft a new release" and add a tag (v0.1.0) and a release title (v0.1.0) | ||
- Update version number to dev version 0.2.0dev0 | ||
- Optional: Build the package with ">python -m build" from the project root (install build first) | ||
- Optional: Publish the package to the PyPI Test Server (requires setting up a PyPI account and two-factor authentication!) | ||
|
||
{{< include _footer.md >}} |