https://github.com/codeperfectplus/release
Github CI action for PyPI packge release automation
https://github.com/codeperfectplus/release
automation github-actions github-actions-ci github-actions-docker github-actions-enabled
Last synced: 4 months ago
JSON representation
Github CI action for PyPI packge release automation
- Host: GitHub
- URL: https://github.com/codeperfectplus/release
- Owner: codeperfectplus
- License: mit
- Created: 2022-11-07T12:22:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T14:39:00.000Z (about 3 years ago)
- Last Synced: 2025-05-13T10:50:46.434Z (8 months ago)
- Topics: automation, github-actions, github-actions-ci, github-actions-docker, github-actions-enabled
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# release(temp package name): 🆚 0.0.1
github action automation for release PyPI packge
## Requirements
- [x] [PyPI](https://pypi.org/) account
- [x] [PyPI API Token](https://pypi.org/help/#apitoken)
### Reference
- [GitHub Actions Secrets](https://docs.github.com/en/actions/reference/encrypted-secrets) for PyPI API Token and GitHub Personal Access Token
## Usage 🪴
It's an Github action, so you can use it in your workflow file.
```yaml
name: Release
on:
push:
branches:
- master
jobs:
```
## License 🪪
[MIT](LICENSE) © [Deepak Raj](https://github.com/codePerfectPlus)
## Show your support ❤️
Give a ⭐️ if this project helped you!
## 📝 License
This project is [MIT](LICENSE) licensed.
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
check the contributing guide