Skip to content

PyPI packing

Erik Jaegervall edited this page May 15, 2023 · 8 revisions

General

vss-tools exist as PyPI package.

Owners

PyPI has their own accounts. At the moment two VSS maintainers are also PyPI owners for vss-tools:

  • Erik Jägervall
  • Sebastian Schildt

It is important to always have at least two owners, as adding users without being owner/maintainer is difficult or even impossible.

PyPI

image

testPyPI

https://test.pypi.org/manage/project/vss-tools/collaboration/ image

Packages Creation

Packages can be created if you have an account and a token. I.e. packages are up to grab if they do not yet exist

erik@debian3:~/vss-tools$ python -m twine upload dist/*
Uploading distributions to https://upload.pypi.org/legacy/
Uploading vss_tools-4.1.dev5-py3-none-any.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.8/48.8 kB • 00:01 • 134.0 kB/s
Uploading vss-tools-4.1.dev5.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.5/42.5 kB • 00:00 • 82.3 MB/s

View at:
https://pypi.org/project/vss-tools/4.1.dev5/
Clone this wiki locally