-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from nathan-fiscaletti/5.7.0
5.7.0
- Loading branch information
Showing
11 changed files
with
995 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Deployment | ||
|
||
1. Build the project | ||
|
||
```bash | ||
$ python3 -m build | ||
``` | ||
``` | ||
dist/ | ||
├── keyboardsounds-X.X.X-py3-none-any.whl | ||
└── keyboardsounds-X.X.X.tar.gz | ||
``` | ||
|
||
2. Upload to testpypi | ||
```bash | ||
$ python3 -m twine upload --repository testpypi dist/* | ||
``` | ||
``` | ||
Uploading distributions to https://test.pypi.org/legacy/ | ||
Enter your username: __token__ | ||
Enter your password: [paste your API token here] | ||
Uploading keyboardsounds-X.X.X-py3-none-any.whl | ||
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 kB • 00:01 • ? | ||
Uploading keyboardsounds-X.X.X.tar.gz | ||
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 kB • 00:00 • ? | ||
``` |
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 +1,2 @@ | ||
.lock | ||
.lock | ||
rules.json |
Oops, something went wrong.