Skip to content

Commit

Permalink
Update pypi instructions in README_developers
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayvarma392 committed Aug 12, 2024
1 parent bb911f6 commit a637f5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README_developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,16 @@ Then:
python setup.py sdist bdist_wheel
twine upload dist/*
```

NOTE for the uploader: For the last step, you should have the following in your `~/.pypirc`:

```
[distutils]
index-servers =
pypi
[pypi]
username = __token__
```

When asked for the password, get a fresh API token https://pypi.org/manage/account/.

0 comments on commit a637f5a

Please sign in to comment.