Metadata-Version: 2.1
Name: test-github-ci
Version: 0.0.13
Summary: This project tests AutoPub with GitHub Actions CI.
Author-Email: BotPub <52496925+botpub@users.noreply.github.com>
Requires-Python: ~=3.10
Description-Content-Type: text/markdown

# Test AutoPub & GitHub Actions CI

1. Create repository
1. Create GitHub and PyPI tokens with appropriate scopes
1. Add `GH_TOKEN` & `PYPI_PASSWORD` environment variables via repository Settings > Secrets > New secret
1. Create `.github/workflows` and add appropriate GitHub CI workflow
1. Add appropriate AutoPub configuration to `pyproject.toml`
1. Add `RELEASE.md` file with release type and description
1. `git add .`, commit, and push
