This repository was archived by the owner on Sep 18, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
A poetry plugin for creating GitHub releases (and git tags).
License
NotificationsYou must be signed in to change notification settings
milivojevicu/poetry-plugin-github-release
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
WarningArchived in favor of just using theGitHub CLI to create releases and upload assets.
GitHub Release plugin forPoetry
A plugin for Poetry that adds arelease
subcommand which creates a new release on GitHub,and with that a new Git tag as well.
Usingpoetry
:
$ poetry self add git+https://github.com/milivojevicu/poetry-plugin-github-release
Usingpipx inject
:
$ pipx inject poetry git+https://github.com/milivojevicu/poetry-plugin-github-release
Usingpip
:
$ pip install git+https://github.com/milivojevicu/poetry-plugin-github-release
More details at:python-poetry.org/docs/plugins
$ poetry releaseRelease v0.1.0 created and accessable through the following URL: https://github.com/milivojevicu/poetry-plugin-github-release/releases/tag/v0.1.0Attempting to attach 2 asset(s) to the release. 1. Uploading'poetry-plugin-github-release-0.1.0.tar.gz'... Done. 2. Uploading'poetry_plugin_github_release-0.1.0-py3-none-any.whl'... Done.
About
A poetry plugin for creating GitHub releases (and git tags).
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.