fix: package version excludes local version scheme#9
Conversation
|
The version now defaults to |
gforsyth
left a comment
There was a problem hiding this comment.
Thanks @danepitkin ! Let's try this out.
|
that did it! |
|
Woohoo! I'm going to tag |
|
I forgot I don't have committer access. @gforsyth could you try |
|
FWIW, I think it is actually fine to keep how it was before: it's a "local version", which is fine for local development, in the idea that the only packages that get normally uploaded to PyPI are always tagged, and so will not have a local identifier in the version (that's how we use this in pandas, for example) (anyway, doesn't really matter either way, and I suppose if we want to keep using testpypi, this is needed) |
Hmm, I wonder if there is a way to enable only for PyPI uploads.. |
|
I'd be more inclined to drop the |
|
https://pypi.org/project/substrait/0.1.0/ https://github.com/substrait-io/substrait-python/releases/tag/v0.1.0 Looks like we're all wired up! |
And pre-releases (if we tag with alpha or beta) can also go on the main PyPI |
No description provided.