Skip to content

Commit

Permalink
remake procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Jan 19, 2024
1 parent f9ba0d2 commit 15a2f18
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,12 @@ def is_win():
6. Get wheel
python setup.py sdist bdist_wheel
7. Upload to test channel
twine upload --repository testpypi dist/*
8. Test as next line. If failed, change the version name and repeat 1, 2, 3, 4, 5.
pip install --index-url https://test.pypi.org/simple/ metadrive
9. Rename current version to X.Y.Z in setup.py, rerun 1, 3 steps.
10. Upload to production channel
7. Upload to production channel
twine upload dist/*
11. Upload the generated .whl file to release files
8. Upload the generated .whl file to release files
12. merge this branch into main
9. merge this branch into main
!!!!!!!!!!!!! NOTE: please make sure that unzip assets.zip will generate a folder called assets instead of files
Expand Down

0 comments on commit 15a2f18

Please sign in to comment.