Skip to content

Commit e31b2a1

Browse files
committed
Coderabbit fixes
1 parent 6b362cb commit e31b2a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,12 @@ For package maintainers:
226226
**Setup PyPI credentials:**
227227
```bash
228228
pip install twine
229-
vi ~/.pypirc
229+
# Edit with your preferred editor, or create via here-doc:
230+
# cat > ~/.pypirc <<'EOF'
231+
# [pypi]
232+
# username = __token__
233+
# password = <PyPI_API_TOKEN>
234+
# EOF
230235
```
231236
```ini
232237
[pypi]

0 commit comments

Comments
 (0)