-
Notifications
You must be signed in to change notification settings - Fork 99
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
Generate qiskit-addon-aqc-tensor 0.2 #2878
Conversation
Eric-Arellano
commented
Mar 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
@@ -0,0 +1,4 @@ | |||
{ | |||
"name": "qiskit-addon-aqc-tensor", | |||
"version": "0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should include the patch. Ditto version 0.2.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened #2879 to prevent this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! We should definitely prevent that. It happened to me before too.
Co-authored-by: Arnau Casau <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
``` npm run gen-api -- -p qiskit-addon-aqc-tensor -v 0.1 --historical npm run gen-api -- -p qiskit-addon-aqc-tensor -v 0.2 ``` --------- Co-authored-by: Arnau Casau <[email protected]>