Skip to content

Commit 8754368

Browse files
authored
Update maintenance.md
1 parent a369e18 commit 8754368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: maintenance.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ rm -rf build/ dist/ lazy_dataset.egg-info/
2323
git pull
2424
bump2version --verbose --tag patch # major, minor or patch
2525
python setup.py sdist bdist_wheel
26+
twine upload --repository testpypi dist/*
2627
git push origin --tags
27-
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
28+
git push
2829
twine upload dist/*
2930
```

0 commit comments

Comments
 (0)