We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a008fb1 commit 5d30fc4Copy full SHA for 5d30fc4
1 file changed
docs/setup/build-wheel.md
@@ -16,7 +16,7 @@ Follow the steps to do a manual release on PyPi.
16
17
```bash
18
cd cli-wheel
19
- ```
+ ```
20
21
- Update version number on `setup.cfg`
22
@@ -30,9 +30,9 @@ Follow the steps to do a manual release on PyPi.
30
"""v0.X.X | supported version strings: 0.7.2, ..."""
31
```
32
33
-- Update [_docs/CHANGELOG.md_](CHANGELOG.md) with the release _0.X.X_ information
+- Update *docs/CHANGELOG.md* with the release *0.X.X* information
34
35
-- Make directory for local _virtualenv_ setup
+- Make directory for local *virtualenv* setup
36
37
38
mkdir ./.venv
0 commit comments