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
My company has a custom Nexus server for distributing internal Python packages.
Starting from today the bitbucket-pipelines.yml we use starts to fail when trying to publish a package using poetry.
I have deduced that the error arose from the update to version 1.1.0 because if I downgrade back to 1.0.10 the pipeline completes and can upload package to server.
-vvv
option).Issue
My company has a custom Nexus server for distributing internal Python packages.
Starting from today the bitbucket-pipelines.yml we use starts to fail when trying to publish a package using poetry.
I have deduced that the error arose from the update to version 1.1.0 because if I downgrade back to 1.0.10 the pipeline completes and can upload package to server.
Command sequence
Expected Outcome
I can still do this with version 1.0.10
> poetry publish -r nexus Publishing ma_aws_tools (1.0.1) to nexus - Uploading ma_aws_tools-1.0.1-py3-none-any.whl 100% - Uploading ma_aws_tools-1.0.1.tar.gz 100%
Actual Outcome
Full stack trace with '-vvv'
Temporary Solution
The text was updated successfully, but these errors were encountered: