Skip to content

Commit

Permalink
Added release publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Nov 4, 2024
1 parent d8c7f2d commit f8b1f15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Publishing Release

Navigate to the root folder of this project and execute:
```bash
python3 setup.py sdist bdist_wheel
twine check ./dist/*
twine upload ./dist/*
```

0 comments on commit f8b1f15

Please sign in to comment.