Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub Actions workflow for deploying to TestPyPI
- Implemented a new GitHub Actions workflow named "Deploy to TestPyPI" in `.github/workflow/deploy-testpypi.yaml`. - Configured the workflow to run on Ubuntu and set up Python environment with version 3.12. - Set up Rye for caching dependencies and syncing with it. - Built distribution packages using Rye and published them to TestPyPI. - Added a token for authentication to TestPyPI in the workflow configuration. Signed-off-by: urasakikeisuke <[email protected]>
- Loading branch information