Skip to content

Commit fefdc12

Browse files
committed
dev-doc - correct test command for pypi package test
1 parent d76810f commit fefdc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-docs/checklist-make-a-new-stable-quarto-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- **Publishing Test**: You may elect to publish to test.pypi first by _unchecking_ the `Production Release` option
2424
- Once complete, test using
2525
```bash
26-
python3 -m pip install --index-url https://test.pypi.org/ --extra-index-url https://pypi.org/ quarto-cli
26+
python3 -m pip install -i https://test.pypi.org/simple --extra-index-url https://pypi.org/simple quarto-cli
2727
```
2828
- 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.
2929
- Published to: <https://test.pypi.org/project/quarto-cli/>

0 commit comments

Comments
 (0)