Skip to content

Update CD build environment to publish to PyPI / TestPyPI #162

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

Merged
merged 10 commits into from
Dec 10, 2024

Conversation

andrewphilipsmith
Copy link
Collaborator

@andrewphilipsmith andrewphilipsmith commented Dec 9, 2024

This changes the GitHub Actions CD process such that poppusher is automatically published to PyPI and Test-PyPI

  • I've only done source distributions because (i) the priority was to get something up with that name, (ii) binary distributions were proving tricky for reasons, and (iii) installing the poppusher component from PyPI a bit of an edge case.
  • Deployment to PyPI is automatic whenever a v* tag is pushed on the main branch.
  • Deployment to Test-PyPI is less restricted - I haven't attempted to resolve semantic version numbering for test builds/publications at the moment, so that might be failures if two versions get published without the version number being explicitly incremented.

@andrewphilipsmith andrewphilipsmith marked this pull request as ready for review December 9, 2024 17:35
@andrewphilipsmith andrewphilipsmith changed the title Fixes CD build environment Update CD build environment to publish to PyPI / TestPyPI Dec 9, 2024
@andrewphilipsmith andrewphilipsmith merged commit 8c8d1c1 into main Dec 10, 2024
12 checks passed
@andrewphilipsmith andrewphilipsmith deleted the fix-deploy-to-pypi branch December 10, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants