Skip to content

Commit d439fae

Browse files
committed
tools: add cd - to instructions
1 parent c462664 commit d439fae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,12 @@ Release Procedure
140140
cd python/phonenumberslite && rm -rf build dist phonenumberslite.egg-info && python -m build
141141
twine check dist/*
142142
twine upload dist/*
143+
cd -
143144
```
144145
- Push the package to PyPI with:
145146
```
146147
cd python && rm -rf build dist phonenumbers.egg-info && python -m build
147148
twine check dist/*
148149
twine upload dist/*
150+
cd -
149151
```

0 commit comments

Comments
 (0)