-
Notifications
You must be signed in to change notification settings - Fork 8
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
Publish old versions #16
Comments
For #18, I think 7.10.0 and 4.3.1 have to be re-published as |
can we avoid that? can we do it on demand locally in our box (instead of CI) if users ask for an old version? |
@wing328 User can specify: I don't think of deleting |
ok. thanks for the explanation i'll leave it up to you on how you would like to proceed |
pipx install 'git+https://github.com/eggplants/openapi-generator-pip@7_10_0_test'
openapi-generator-cli version # 7.10.0
pipx uninstall openapi-generator-cli
pipx install 'openapi-generator-cli[jdk4py] @ git+https://github.com/eggplants/openapi-generator-pip@7_10_0_test'
openapi-generator-cli version # 7.10.0
pipx uninstall openapi-generator-cli
pipx install 'git+https://github.com/eggplants/openapi-generator-pip@4_3_1_test'
openapi-generator-cli version # 4.3.1
pipx uninstall openapi-generator-cli
pipx install 'openapi-generator-cli[jdk4py] @ git+https://github.com/eggplants/openapi-generator-pip@4_3_1_test'
openapi-generator-cli version # 4.3.1
pipx uninstall openapi-generator-cli |
looks good according to release history: https://pypi.org/project/openapi-generator-cli/#history will run some tests tomorrow |
I would like to publish unpublished versions of cli with release workflow.
The text was updated successfully, but these errors were encountered: