Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Sep 21, 2023
1 parent 1d0df79 commit 43cebfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ See commit `cc93fc8b07445e09b5b92de207632d86edc0125d` or
* Optional: publish to `test.pypi.org` with `poetry publish -r test-pypi` and test the package: `pip install -i https://test.pypi.org/simple oss-red-flag-checker`
* Publish to PyPI: `poetry publish` (you may have to set your credentials/API key first)
* Create Git tag: `git tag -s vx.y.z` (use a minimal message)
* Push to GitHub
* Push to GitHub: `git push && git push --tags`
* Make a release on GitHub

0 comments on commit 43cebfa

Please sign in to comment.