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

When supporting dev versions, it would be useful to split repositories (e.g., test.pypi.org vs. pypi.org) #127

Closed
d-ryan-ashcraft opened this issue May 6, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@d-ryan-ashcraft
Copy link
Contributor

d-ryan-ashcraft commented May 6, 2024

It would be helpful to be have the option to automatically publish dev versions to a different repository than formal releases.

When projects have larger teams that trigger or regularly scheduled CI builds, dev versions can get overwhelming.

Definition of Done

  • Introduce a useDevRepository that defaults to false
  • Introduce a devRepository, which defaults to test.pypi.org
  • When enabled, this flag will automatically inject and then remove the dev repo during the deploy phase of the build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant