Skip to content

Commit 5d30fc4

Browse files
committed
fix build issue with linking
1 parent a008fb1 commit 5d30fc4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/setup/build-wheel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Follow the steps to do a manual release on PyPi.
1616

1717
```bash
1818
cd cli-wheel
19-
```
19+
```
2020

2121
- Update version number on `setup.cfg`
2222

@@ -30,9 +30,9 @@ Follow the steps to do a manual release on PyPi.
3030
"""v0.X.X | supported version strings: 0.7.2, ..."""
3131
```
3232

33-
- Update [_docs/CHANGELOG.md_](CHANGELOG.md) with the release _0.X.X_ information
33+
- Update *docs/CHANGELOG.md* with the release *0.X.X* information
3434

35-
- Make directory for local _virtualenv_ setup
35+
- Make directory for local *virtualenv* setup
3636

3737
```bash
3838
mkdir ./.venv

0 commit comments

Comments
 (0)