Skip to content

Commit fb5f1e4

Browse files
committed
align version numbers
1 parent 0d8ff00 commit fb5f1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/5_project_publishing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ pixi run twine upload --repository testpypi dist/*
217217

218218
## Step 4: Test your package
219219

220-
Create a new Repository with a readme file and install your package from TestPyPI via this command :
220+
Create a new repository with a readme file, open a new codespace, and install your package from TestPyPI via this command:
221221

222222
```bash
223-
pip install -i https://test.pypi.org/simple/ greet-me1==0.1.7
223+
pip install -i https://test.pypi.org/simple/ greet-me1==0.1.0
224224
```
225225

226226
```output

0 commit comments

Comments
 (0)