Skip to content

Commit ebb91c2

Browse files
authored
Update README.md
1 parent a5670bb commit ebb91c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ Here's a showcase of that effect:
127127
* [`xrdb`](https://www.archlinux.org/packages/extra/x86_64/xorg-xrdb/)
128128
* Also available on most distros.
129129

130+
## Publishing a new version
131+
132+
- Edit and commit the existing version numbers in `razer_cli/razer_cli/main.py` and `setup.py`.
133+
- Create new tag/release on GitHub.
134+
- Build and publish package via:
135+
- `pip install --upgrade setuptools wheel twine`
136+
- `python setup.py sdist bdist_wheel`
137+
- `twine upload dist/*`
138+
130139
## Disclaimer
131140
Not all devices have been tested, but basic effects should work everywhere. Some guesswork is being done as to what capabilities are supported on specific devices. If you need more advanced configuration, consider using the GUIs [Polychromatic](https://github.com/polychromatic/polychromatic/), [RazerGenie](https://github.com/z3ntu/RazerGenie) or [RazerCommander](https://gitlab.com/gabmus/razerCommander) which have specific implementations for most devices.
132141

0 commit comments

Comments
 (0)