Update fulqrum dependency to have version bound - #342
Draft
garrison wants to merge 1 commit into
Draft
Conversation
The 0.13.0 release failed to publish because fulqrum was specified as a direct reference: ``` Uploading distributions to https://upload.pypi.org/legacy/ INFO dist/qiskit_addon_sqd-0.13.0-py3-none-any.whl (36.1 KB) INFO dist/qiskit_addon_sqd-0.13.0.tar.gz (459.8 KB) INFO username set by command options INFO password set by command options INFO username: __token__ INFO password: <hidden> Uploading qiskit_addon_sqd-0.13.0-py3-none-any.whl INFO Response from https://upload.pypi.org/legacy/: 400 Bad Request INFO <html> <head> <title>400 Can't have direct dependency: fulqrum @ git+https://github.com/qiskit-community/fulqrum.git@dafb4091d552d130c42 d13dc74a3484e12d70d3f ; extra == "dev". See https://packaging.python.org/specifications/core-metadata for more information.</title> </head> <body> <h1>400 Can't have direct dependency: fulqrum @ git+https://github.com/qiskit-community/fulqrum.git@dafb4091d552d130c42 d13dc74a3484e12d70d3f ; extra == "dev". See https://packaging.python.org/specifications/core-metadata for more information.</h1> The server could not comply with the request since it is either malformed or otherwise incorrect.<br/><br/> Can't have direct dependency: fulqrum @ git+https://github.com/qiskit-community/fulqrum.git@dafb4091d552d130c42 d13dc74a3484e12d70d3f ; extra == "dev". See https://packaging.python.org/specifications/core-metadata for more information. </body> </html> ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ Bad Request ``` Thus, this PR will need to be merged before the 0.14.0 release of this package. This is on hold until fulqrum is released to pypi.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The 0.13.0 release failed to publish to pypi because fulqrum was specified as a direct reference:
This issue happened because #305 was merged prematurely, before #305 (comment) was fully addressed.
In order to make a working release, this PR will need to be merged before the 0.14.0 release of this package.
However, this change is on hold until fulqrum is released to pypi.