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

gh-222: add infrastructure for testpypi uploads #244

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

Saransh-cpp
Copy link
Member

The workflow now makes a PyPI upload if a release is created on GitHub, or if the workflow is triggered manually with an explicit "pypi" input. For default manual triggers, it will now upload to TestPyPI.

This might require configuring release environment in TestPyPI project.

Closes: #222

@Saransh-cpp Saransh-cpp added the infrastructure Project infrastructure: dev tools, packaging, etc. label Sep 18, 2024
Copy link
Member

@paddyroddy paddyroddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice idea, I like it

@Saransh-cpp Saransh-cpp merged commit d7bd1e2 into main Sep 18, 2024
10 checks passed
@Saransh-cpp Saransh-cpp deleted the saransh/test-pypi branch September 18, 2024 14:30
@Saransh-cpp Saransh-cpp self-assigned this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Project infrastructure: dev tools, packaging, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Following #178, add to the deployment workflow something involving TestPyPI
2 participants