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 TestPyPI GHA #41

Open
philiporlando opened this issue Nov 25, 2024 · 0 comments
Open

Add TestPyPI GHA #41

philiporlando opened this issue Nov 25, 2024 · 0 comments

Comments

@philiporlando
Copy link
Owner

Create a separate action/workflow that is kicked off manually. That way you could publish a version to Test PyPI whenever you thought was the right time rather than on tagging a version or every time you push to your main branch. You can't overwrite versions on PyPI, so for something like that I might recommend adding -pre1 or something to the version so you can could publish to Test PyPI multiple times for the same version number.

The docs for writing a workflow that you can trigger manually are over here:

https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch

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

No branches or pull requests

1 participant