You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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: `git push && git push --tags`
* Make a release on GitHub
The text was updated successfully, but these errors were encountered:
We're using GitHub actions to make a pypi release somewhat automatically, the guide needs to be updated.
oss-red-flag-checker/CONTRIBUTING.md
Lines 43 to 50 in fe20f47
The text was updated successfully, but these errors were encountered: