Skip to content

Commit 6ad2343

Browse files
committed
Minor fixes to publishing docs
1 parent 953a947 commit 6ad2343

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PUBLISHING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ python -c "import onefuse; print(onefuse.__version__)"
136136

137137
---
138138

139-
## 4. Build and Publish to PyPI
139+
## 5. Build and Publish to PyPI
140140

141141
Only proceed here after successfully verifying the package on TestPyPI.
142142

@@ -191,4 +191,4 @@ python -c "import onefuse; print(onefuse.__version__)"
191191

192192
---
193193

194-
> **Note:** PyPI does not allow re-uploading the same version. If a release needs to be corrected after uploading, bump the version in `pyproject.toml` and `onefuse/__init__.py` before building and uploading again.
194+
> **Note:** PyPI does not allow re-uploading the same version. If a release needs to be corrected after uploading, return to **Section 3** to bump the version before building and uploading again.

0 commit comments

Comments
 (0)