Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris48s/cookiecutter-python-package
https://github.com/chris48s/cookiecutter-python-package
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chris48s/cookiecutter-python-package
- Owner: chris48s
- License: mit
- Created: 2021-02-21T16:30:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T21:11:39.000Z (11 months ago)
- Last Synced: 2023-12-09T22:23:56.269Z (11 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiecutter-python-package
A cookiecutter template for creating an empty python package just how I like it.
## Publishing
The generated project contains a PyPI publish workflow using the [Trusted Publisher](https://docs.pypi.org/trusted-publishers/) model.
This requires two additional setup steps before it can be used:1. Create a pending publisher in PyPI: https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/
2. Create an environment called "publish" in GitHub: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#creating-an-environment