https://github.com/coderefinery/pypi-gh-action-template
https://github.com/coderefinery/pypi-gh-action-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderefinery/pypi-gh-action-template
- Owner: coderefinery
- Created: 2020-10-13T18:41:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T18:47:29.000Z (over 5 years ago)
- Last Synced: 2025-09-10T04:47:03.644Z (9 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github action tempalt to publish to PyPI
Uses https://github.com/pypa/gh-action-pypi-publish
This is a template to copy, so that you don't have to over and over.
Some interesting features:
- Uploads on tags
- Checks that the tag version matches the version in the source code,
fail otherwise
- Detect module name from current directory name
## Development status
You probably don't want to use this unless you are willing to figure
out some stuff that's wrong.