-
Notifications
You must be signed in to change notification settings - Fork 52
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
0.13.3 patch release #536
Comments
There is nothing that cannot go in a patch release on the develop branch. I suggest to merge develop into main and release 0.13.3 that way. |
See #538! |
Uploading to PyPI fails because of a similar issue to this one: pypa/gh-action-pypi-publish#283. In short, newly introduced attestations means we cannot upload to TestPyPI and PyPI in the same workflow build. I solved this in kikuchipy in November by disabling attestation. I'll attempt the same here. Meaning:
We can figure out a better solution later (look at what's done in HyperSpy, for example). |
For those interested in the attestation, you can see the result here (in the provenance section): https://pypi.org/project/orix/#orix-0.13.3.tar.gz. |
Basically, where did the upload come from. |
I suggest to make a 0.13.3 patch release in the new year.
With:
Change year in license headersSee solution in Prepare 0.13.3 release #538Maintainers, please add any issues you'd like to see included.
Post-release:
The text was updated successfully, but these errors were encountered: