Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KFoxder authored Jan 26, 2024
1 parent bf97fb7 commit 9f253c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@
1. `pip install -r dev_requirements.txt`
1. `python -m build`
1. `twine upload dist/*`
- Make sure you have the API token in your `~/.pypirc`.
- It should look something like:
```
[pypi]
username = __token__
password = pypi-XXXXXXXXXXXXXXXX
```

0 comments on commit 9f253c5

Please sign in to comment.