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 PyPI deployment workflow for Python packages #14

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 deployment workflow to deploy Python packages to PyPI.

The changes include:

  • Added a new workflow file deploy-pypi.yaml that uses actions/checkout, setup-python, and setup-rye to set up the environment.
  • Configured the workflow to run on release types of [published].
  • Implemented steps to sync with Rye, build distribution packages, and publish to PyPI using the provided secrets.

- Implemented a GitHub Actions workflow to automate the process of deploying Python packages to PyPI when a release is published.
- Set up the environment with Ubuntu, Python 3.12 and Rye.
- Configured Rye to sync with the repository and build distribution packages.
- Included steps for setting up GitHub token and publishing packages to PyPI using the provided token.

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.653s ⏱️

@urasakikeisuke urasakikeisuke merged commit 5353b84 into main May 15, 2024
10 checks passed
@urasakikeisuke urasakikeisuke deleted the chore/deploy-to-pypi branch May 15, 2024 04:51
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