Closed tai271828 closed 3 years ago
The pull request is ready to review again. If everything goes well, I will merge the code (if I have merge permission then) and publish to PyPI with the version 0.1.1
. See the PyPI rc page https://pypi.org/project/ubuntu-server-netboot/0.1.1rc4/
Types of changes
Description
docs(package): rename usn and update meta data
Checklist:
poetry run pytest
locally to ensure all linter checks passSteps to Test This Pull Request
poetry build
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry publish -r testpypi
to release to testing/staging pypi https://test.pypi.org/project/ubuntu-server-netboot/poetry publish
to release to official/production https://pypi.org/project/ubuntu-server-netboot/Expected behavior
page on testpypi https://test.pypi.org/project/ubuntu-server-netboot/0.1.1rc3/ page on pypi https://pypi.org/project/ubuntu-server-netboot/0.1.1rc3/
Some fields highlighted to be noticed when reviewing:
ubuntu-server-netboot
(notusn
)README
)Additional Information
pip install ubuntu-server-boot
could makeubuntu-server-boot
command line tool ready in your system without worrying manual dependency setup.0.1.1rc3
to0.1.1
.Related Issue
issue: #18