-
Notifications
You must be signed in to change notification settings - Fork 205
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.28 dev version not uploaded test pypi #1207
Comments
looking at the log of the jobs there seems to be some authorization error:
|
Not this could also be due to test pypi preventing a release for a given version to be overwritten. According to https://stackoverflow.com/a/63944201 it should be possible to workaround this by leveraging |
Problem I see is that on PyPI (even test instance) you cannot overwrite files after they have been uploaded once. I had to continuously update I think PyPI should be more generous to allow rolling releases for test purposes. As long as they are not, there will be distinct snapshots and no continuous updates on PyPI. But maybe the artefact repositories are a way to obtain a current built? |
Apparently there is a I wonder if there is a way to pass that flag down from |
Yes, I think that can be done (also patching |
I think that would be fine for test pypi as long as you keep the production pypi for regular release. |
Okay, but wouldn't they mind being spammed by lots of releases? |
Maybe @di could comment if it's fine to "spam" Test PyPI with continuous integration wheels. |
I would generally advise against taking a dependency on TestPyPI as a service, our long-term plan is to shut it down: pypi/warehouse#918. This seems fine for now though. As long as this has a legitimate use case, we wouldn't consider this spam and as long as it falls within the existing project size limit (current 10GB per project) we probably wouldn't even notice. |
It would be technically possible and 'easy' to have a git-based version string for the wheels. But as Matthias said it would cause significant spam -- every commit generates ~300MB of wheels. That's only 33 commits until we reach the project size limit mentioned by @di . I just recommend leaving it as it is. It's useful to test if the twine command is working before tagging a specific commit for the main pypi. |
It seems that the current development version (0.28) is not uploaded to test pypi:
https://test.pypi.org/project/klayout/#history
despite the
upload_to_test_pypi
job succeeding:https://github.com/KLayout/klayout/actions/runs/3615727326/jobs/6093247182
The text was updated successfully, but these errors were encountered: