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

Remove GitHub Actions workflows for deploying to PyPI and TestPyPI #19

Merged
merged 1 commit into from
May 15, 2024

Conversation

urasakikeisuke
Copy link
Collaborator

@urasakikeisuke urasakikeisuke commented May 15, 2024

We decided not to use automatic deployment to PyPI using GitHub Action. This is due to incompatibility between setuptools-scm and GitHub Action (see #17). I'm sure there is a solution, but I don't want to mess up this project to fix it. Instead, we will deploy manually to PyPI.

- Removed the '.github/workflow/deploy-pypi.yaml' file which handled the deployment to PyPI.
- Also removed the '.github/workflow/deploy-testpypi.yaml' file which managed the deployment to TestPyPI.

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.py3893392%23–24, 107, 135, 188, 349–350, 572–594, 607–648, 658–659, 878, 898–899, 1022, 1025
TOTAL4614790% 

Tests Skipped Failures Errors Time
63 0 💤 0 ❌ 0 🔥 0.657s ⏱️

@urasakikeisuke urasakikeisuke merged commit a7d9d65 into main May 15, 2024
10 checks passed
@urasakikeisuke urasakikeisuke deleted the chore/remove-deploy-actions branch May 15, 2024 10:29
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