Skip to content
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

ci: check pypi packages for pre-releases too #6074

Open
priv-kweihmann opened this issue Jun 22, 2021 · 1 comment
Open

ci: check pypi packages for pre-releases too #6074

priv-kweihmann opened this issue Jun 22, 2021 · 1 comment
Labels
CI CI related enhancement New feature or request

Comments

@priv-kweihmann
Copy link
Owner

#6065 should be extended to do the same check for pypi based packages too

@priv-kweihmann priv-kweihmann added enhancement New feature or request CI CI related labels Jun 22, 2021
@priv-kweihmann
Copy link
Owner Author

That will require https://pypi.org/project/qypi/ available in the container.

Then qypi release <pypi name> ->

        {
            "is_prerelease": false,
            "release_date": "2021-05-18T18:58:47.783201Z",
            "release_url": "https://pypi.org/project/ansible/4.0.0",
            "version": "4.0.0"
        },

loop through to first fuzzy match for x.id and then check for is_prerelease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI related enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant