Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 457 Bytes

ipyautoui uses pixi for package management and development. Once installed:

$ git clone https://github.com/maxfordham/ipyautoui
$ cd ipyautoui

# assuming that you have `pixi` installed:
$ pixi run tests

# view other pixi commands
$ pixi run list

Packaging

#  NOTE: restricted to core-maintainers only
pixi run build
hatch publish -u __token__ -a <your-pypi-token>  # publishes to pypi