Skip to content

Commit

Permalink
publish package to TestPypi procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-volz committed Oct 15, 2022
1 parent 8b2cfa7 commit 23907cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/additionalInfos/procedureNewRelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ DefichainPython v...
## Additional
1. Version tag
2. created binary's

# Publish on TestPyPi

1. Upload
```
twine upload --repository testpypi dist/*
```
2. Install
```
python3 -m pip install --index-url https://test.pypi.org/simple/ defichain
```

0 comments on commit 23907cc

Please sign in to comment.