Skip to content

Commit

Permalink
fix cmd to build and push docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarj committed Feb 24, 2023
1 parent 7214f47 commit e174b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ the version you will release.
4. Build wheel: `python -m build`
5. Create a fresh virtual environment and install the wheel. Make sure `wsinfer --help` works.
6. Push code to GitHub: `git push --tags`
6. Build and push docker images: `bash scripts/build_docker_imagse.sh 1`
6. Build and push docker images: `bash scripts/build_docker_images.sh 0.3.6 1`
7. Push wheel to PyPI: `twine upload dist/*`

0 comments on commit e174b22

Please sign in to comment.