We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d91e07 commit 3f63743Copy full SHA for 3f63743
dev-docs/checklist-make-a-new-stable-quarto-release.md
@@ -23,7 +23,7 @@
23
- **Publishing Test**: You may elect to publish to test.pypi first by _unchecking_ the `Production Release` option
24
- Once complete, test using
25
```bash
26
- python3 -m pip install --index-url https://test.pypi.org/ --extra-index-url https://pypi.org/ quarto-cli
+ python3 -m pip install -i https://test.pypi.org/simple --extra-index-url https://pypi.org/simple quarto-cli
27
```
28
- You may have to run this command twice as the first time may report the package not found and cause cache invalidation. The next try should succeed.
29
- Published to: <https://test.pypi.org/project/quarto-cli/>
0 commit comments