Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Actions workflow for deploying to TestPyPI #12

Merged
merged 1 commit into from
May 15, 2024

Conversation

urasakikeisuke
Copy link
Collaborator

@urasakikeisuke urasakikeisuke commented May 15, 2024

This pull request adds a new GitHub Actions workflow that automates the deployment of our package to TestPyPI.

  • Adds a new GitHub Actions workflow for deploying to TestPyPI
  • Configures the workflow to use Rye for building and publishing packages

- 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]>
@urasakikeisuke urasakikeisuke added the rd/chore Updating grunt tasks etc; no production code change label May 15, 2024
@urasakikeisuke urasakikeisuke self-assigned this May 15, 2024
Copy link

github-actions bot commented May 15, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/pypcd4
   __init__.py20100% 
   _version.py11282%5–6
   pointcloud2.py591280%87–101
   pypcd4.py3793391%23–24, 107, 135, 188, 349–350, 572–594, 607–648, 658–659, 828, 848–849, 972, 975
TOTAL4514790% 

Tests Skipped Failures Errors Time
62 0 💤 0 ❌ 0 🔥 0.639s ⏱️

@urasakikeisuke urasakikeisuke merged commit c54bc03 into main May 15, 2024
10 checks passed
@urasakikeisuke urasakikeisuke deleted the chore/deploy-to-testpypi branch May 15, 2024 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rd/chore Updating grunt tasks etc; no production code change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant