We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev
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.
useDevRepository
false
devRepository
test.pypi.org
deploy
The text was updated successfully, but these errors were encountered:
#127 checkpoint
53b2514
b478fd8
#127 🚀 allow deployment of .dev.XXXX versions to a seperatate repository
81e3489
f422ebd
199f15e
f6b301c
Merge pull request #128 from TechnologyBrewery/127-dev-repository-sup…
da533dc
…port #127 🚀 allow deployment of .dev.XXXX versions to a seperatate …
d-ryan-ashcraft
No branches or pull requests
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
useDevRepository
that defaults tofalse
devRepository
, which defaults totest.pypi.org
deploy
phase of the buildThe text was updated successfully, but these errors were encountered: