We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To do only once:
poetry config pypi-token.pypi <token>
To do for each release:
pyproject.toml
README.md
git tag -a <tag name>
git tag -a v0.1.0
v
git push origin <tag-name>
git push --tags
poetry build
poetry publish
#ext-falwtydeps
#collab-dev
#fawltydeps
#collab-marketing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To do only once:
poetry config pypi-token.pypi <token>
To do for each release:
pyproject.toml
(and the pre-commit example at the bottom ofREADME.md
) and create a PRgit tag -a <tag name>
on the last commit of main. Example:git tag -a v0.1.0
(note thev
in the name).git push origin <tag-name>
orgit push --tags
poetry build
poetry publish
(you need to be a maintainer of the PyPI project)#ext-falwtydeps
on Slack#collab-dev
on Slack#fawltydeps
on the Tweag Discord#collab-marketing
on Slack?The text was updated successfully, but these errors were encountered: