ribbity-org / ribbity

Software to turn GitHub issue trackers into mkdocs Web sites.
https://ribbity-org.github.io/ribbity-docs/
Other
8 stars 2 forks source link

document github actions for using the latest dev version of ribbity #35

Open ctb opened 2 years ago

ctb commented 2 years ago

just for @raynamharris 😜

ctb commented 2 years ago

the magic incantation to use is:

pip install git+https://github.com/ribbity-org/ribbity@main # install latest 'main' branch

see functioning example over in https://github.com/ribbity-org/ribbity-sandbox/blob/main/.github/workflows/ribbity-latest.yml

NOTE: can't use the main.zip file as some people recommend, because we use setuptools_scm and the github-produced zip file doesn't have the right metadata.

raynamharris commented 2 years ago

works great!