Skip to content

Conversation

@simondeziel
Copy link
Member

Procedure:

$ python3 setup.py sdist
...
$ python3 setup.py bdist_wheel
...
$ python3 -m twine check --strict dist/*
Checking dist/pylxd-2.3.5-py3-none-any.whl: PASSED
Checking dist/pylxd-2.3.5.tar.gz: PASSED

# upload to testpypi
$ python3 -m twine upload --repository pylxd-testpypi dist/*
Uploading distributions to https://test.pypi.org/legacy/
Uploading pylxd-2.3.5-py3-none-any.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.5/105.5 kB • 00:00 • 188.8 MB/s
Uploading pylxd-2.3.5.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.1/79.1 kB • 00:00 • 189.9 MB/s

View at:
https://test.pypi.org/project/pylxd/2.3.5/

The test upload is available at https://test.pypi.org/project/pylxd/2.3.5/

@simondeziel simondeziel marked this pull request as ready for review October 1, 2024 20:21
@simondeziel simondeziel requested a review from hamistao October 1, 2024 20:21
Copy link
Contributor

@hamistao hamistao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!
Also for the detailed process as I wasn't familiar with it :D

@simondeziel simondeziel merged commit db77bd6 into canonical:main Oct 1, 2024
@simondeziel simondeziel deleted the prepare-2.3.5 branch October 1, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants