-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Switch from cirq-dev pypi package to cirq-unstable pypi package #2431
Comments
SGTM |
@Strilanc, can you describe the confusion you're hoping to prevent? I'm not tied to the name Another thing that I'd like to at least explore before we do this is whether it's possible to prevent pip from installing both cirq and cirq-whatever in the same virtualenv, since currently this is possible and leads to weird failures (see #2347). For people who now have cirq-dev installed, the same issue will come up if we switch to cirq-unstable, so if there's a way to fix this that would ease the transition. |
We have the package variant cirq[dev-env], which installs a developer environment. They both use the word "dev" in a packaging context as a suffix to cirq, but it means drastically different things in each case. |
The same thing happens with
|
- Refactor verify-published-package to have an --unstable flag. - Refactor verify-published-package to require --prod/--test/--unstable be specified - Rename various CIRQ_DEV type things to CIRQ_UNSTABLE type things Fixes #2431
- Refactor verify-published-package to have an --unstable flag. - Refactor verify-published-package to require --prod/--test/--unstable be specified - Rename various CIRQ_DEV type things to CIRQ_UNSTABLE type things Fixes #2431
I think this is less confusing in important ways. Opinions?
@mpharrigan
@dabacon
@maffoo
@cduck
The text was updated successfully, but these errors were encountered: