-
Notifications
You must be signed in to change notification settings - Fork 34
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
3 changed files
with
27 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# SJG Notes for PYPL uploads: | ||
|
||
|
||
* `git tag v0.0.1` | ||
* `git push origin v0.0.1` | ||
* (commit) | ||
* `python3 -m build` | ||
* Upload w/`twine` (Test) | ||
* `python3 -m twine upload --repository testpypi dist/*` | ||
* `python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps mnist1d` | ||
* View on `https://test.pypi.org/project/mnist1d/` | ||
* Upload w/`twine` (Main) | ||
* `python3 -m twine upload dist/*` | ||
* `python3 -m pip install mnist1d` | ||
* View on `https://pypi.org/project/mnist1d/` |
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