Skip to content

PyPI

Uploads source distributions and wheels to the Python Package Index via twine.

No additional configuration options.

Name Description
TWINE_USERNAME PyPI username with access rights
TWINE_PASSWORD PyPI password
TWINE_BIN Path to twine. Default: twine
targets:
- name: pypi

For Sentry’s internal PyPI, use the sentry-pypi target which creates a PR to import the package:

targets:
- name: pypi
- name: sentry-pypi
internalPypiRepo: getsentry/pypi
Option Description
internalPypiRepo GitHub repo containing pypi metadata
Name Description
GITHUB_TOKEN GitHub API token