Skip to content

Commit

Permalink
Update Readme and release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Jun 21, 2023
1 parent 5ffa5f2 commit 0ac1977
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Pure Python parsing library for PSN V2 - [PosiStageNet](https://posistage.net/)

[Source code](https://github.com/open-stage/python-psn)

[PyPi page](https://pypi.org/project/pypsn/)

[![Pytest](https://github.com/open-stage/python-psn/actions/workflows/run-tests.yaml/badge.svg)](https://github.com/open-stage/python-psn/actions/workflows/run-tests.yaml)


## Installation

```bash
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
```bash
python3 setup.py sdist bdist_wheel
```
* test upload to TestPypi with twine:
* test upload to TestPypi with twine
* use `_token_` for username and a token for password

```bash
python -m twine upload --repository testpypi dist/* --verbose
Expand Down

0 comments on commit 0ac1977

Please sign in to comment.