Skip to content

Commit

Permalink
updated documention on building and publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougransom committed Nov 15, 2023
1 parent 84e0170 commit 9fa163f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ More about [Unimacro Grammars](https://qh.antenna.nl/unimacro/grammars/globalgra
If you want to install your local unimacro development environment as the working unimacro:
`pip install -e . `.

`flit build` to build the wheen and sdist with [flit](https://flit.pypa.io/).
`flit publish` to pubish them to the [Python Package Index](https://pypi.org/).
`py -m build` to build the Python package locally.

Publishing to PyPi is done through the [trusted publisher mechanism](https://docs.pypi.org/trusted-publishers/using-a-publisher/) when a release is created on github using github actions.


BEFORE YOU PUBLISH review the version number of dependencies in pyproject.toml, see if you require newer ones.


Expand Down

0 comments on commit 9fa163f

Please sign in to comment.