-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Missing PyPI packages for v2.0.58 #8537
Comments
When I run |
@marstr did we change anything about what we publish with twine? |
Well, there is something strange, in the download page there aren't a .tar.gz file. See this: |
Hmmm, I handled the PyPI release process for both 2.0.57 and 2.0.58. I don't believe that there was any difference in procedure. Let me investigate. |
I've mitigated this issue by downloading the PyPI artifacts from the 2.0.58 build and using twine to upload all non-existing assets from my local machine. I verified that the previous build 2.0.57 seems like it has the same artifact structure. I did check the most recent PyPI release logs. Like with 2.0.57, there were some gremlins in our new release system that had meant I had to execute this step manually from my machine. My guess is that when I executed twine I used a wildcard like However, the gremlins from the release were tracked in issue #8507, and we should not have to resort to manual execution next time. |
Hi.
There aren't available PyPI packages for version 2.0.58.
I packaged azure-cli for FreeBSD and I noticed that our track system (portscout) didn't find this new version.
We fetch packages from PyPI like this way:
https://files.pythonhosted.org/packages/source/a/azure-cli/azure-cli-2.0.57.tar.gz
And that's the way we track for upstream updates (guessing new versions).
Thank you for your time.
Regards.
The text was updated successfully, but these errors were encountered: