Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 360 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 360 Bytes

Contributing

Build and upload to pypi

Increase version number in setup.py

make upload
# Upgrade version number before

Currently, releasing gameprices with the Github Workflow does not work.

Build locally

 python3 -m venv .venv
 . .venv/bin/activate
 make test_deps test

Get test coverage

make coverage