https://github.com/thomasborgen/python-poetry-orb
CircleCI orb for working with python projects with Poetry
https://github.com/thomasborgen/python-poetry-orb
Last synced: 4 months ago
JSON representation
CircleCI orb for working with python projects with Poetry
- Host: GitHub
- URL: https://github.com/thomasborgen/python-poetry-orb
- Owner: thomasborgen
- License: mit
- Created: 2020-05-13T14:06:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T09:11:31.000Z (about 6 years ago)
- Last Synced: 2025-09-08T22:44:50.574Z (9 months ago)
- Size: 25.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-poetry-orb Orb [](https://circleci.com/gh/thomasborgen/python-poetry-orb) [](https://circleci.com/orbs/registry/orb/thomasborgen/python-poetry-orb) [](https://raw.githubusercontent.com/thomasborgen/python-poetry-orb/master/LICENSE) [](https://discuss.circleci.com/c/ecosystem/orbs)
A description of your orb. Utilize this orb to easily add X to your CI/CD pipeline.
**TODO:**
Publish your production orb! You may notice the badges above and links to the registry page below are not working yet, once you publish your first production version orb, these will begin to function.
What to do:
* Make changes to your `Alpha` branch.
* Flush out your integration test jobs
* Merge to `master` with "`[semver:major]`" in the commit subject to publish 1.0.0 of your orb.
## Usage
Example use-cases are provided on the orb [registry page](https://circleci.com/orbs/registry/orb/thomasborgen/python-poetry-orb#usage-examples). Source for these examples can be found within the `src/examples` directory.
## Resources
[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/thomasborgen/python-poetry-orb) - The official registry page of this orb for all versions, executors, commands, and jobs described.
[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating CircleCI Orbs.
### How To Contribute
We welcome [issues](https://github.com/thomasborgen/python-poetry-orb/issues) to and [pull requests](https://github.com/thomasborgen/python-poetry-orb/pulls) against this repository!
To publish a new production version:
* Create a PR to the `Alpha` branch with your changes. This will act as a "staging" branch.
* When ready to publish a new production version, create a PR from `Alpha` to `master`. The Git Subject should include `[semver:patch|minor|release|skip]` to indicate the type of release.
* On merge, the release will be published to the orb registry automatically.
For further questions/comments about this or other orbs, visit the Orb Category of [CircleCI Discuss](https://discuss.circleci.com/c/orbs).