You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For pre-releases of SDKs, the Python package version is transformed by codegen to be compatible with PyPi's version format (which is not semver v2). When we attempt to fetch the PyPi package based on the provider version it will never be found for python prereleases.
Therefore, we need to extract the generated python package version and pass it into the verify-provider-release packageVersion field.
Fixes#1219
Extract SDK version after publishing the Python SDK. The SDK is
downloaded internally by the pulumi-package-publisher action.
The xyz provider does not have a python example so we will need to
manually test this against another provider.
For pre-releases of SDKs, the Python package version is transformed by codegen to be compatible with PyPi's version format (which is not semver v2). When we attempt to fetch the PyPi package based on the provider version it will never be found for python prereleases.
Therefore, we need to extract the generated python package version and pass it into the verify-provider-release
packageVersion
field.Related issues:
The text was updated successfully, but these errors were encountered: