An open API service indexing awesome lists of open source software.

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

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