Skip to content

Commit

Permalink
Update contributing file with build/publish example
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Dec 31, 2021
1 parent 5d8274f commit ea65b05
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ Prior to opening a PR request, it is encouraged to update the included Z-Wave de
```python
python3 -m script.gen_zjs_device_config_db
```

Build and publish this package using:

```python
rm -rf dist
python3 -m pip install --upgrade build twine
python3 -m build
python3 -m twine upload dist/*
```

0 comments on commit ea65b05

Please sign in to comment.