Skip to content

Commit

Permalink
Add "upload to 'testpyPItest'" section in docs (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
twallema authored Oct 9, 2024
1 parent 23608f7 commit fdd1801
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,16 @@ $ python -m build
$ twine check dist/*
```

4. Use `twine` to upload your package,
4. Use `twine` to upload to testPyPI, visit pySODM's page and check everything looks OK,

```bash
$ twine upload -r pySODM dist/*
$ twine upload -r testpypi dist/*
```

5. Followed by the real upload,

```bash
$ twine upload dist/*
```

Twine will ask you for your username and password. Nicked from [here](https://realpython.com/pypi-publish-python-package/).
Expand Down

0 comments on commit fdd1801

Please sign in to comment.