-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 nightly releases to TestPyPI #6659
Comments
It's more a workaround. Maybe it's suitable for xarray. In a project I maintain I'm doing the following before creation of tarball and wheels when uploading to TestPyPI. # remove local appendix (+gXXXXXXXX)
$ echo 'local_scheme = "no-local-version"' >> pyproject.toml
# prevent dirty-flag
$ git update-index --assume-unchanged pyproject.toml |
ooh, that looks great! To make updating |
That's for sure more reliable. Didn't think about that in the first place. |
apparently, |
@keewis |
it finally works: https://test.pypi.org/project/xarray/#history Thanks a lot for the help, @kmuehlbauer! |
Is your feature request related to a problem?
From @keewis in #6645
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: