powertrain-build/zuul.d/release-jobs.yaml
Henrik Wahlqvist 76f61dec1a Updates making pypi upload possible
Change-Id: I7a861287c1d2515cd1a43c343437b3e6134956f9
2024-06-14 11:17:20 +02:00

13 lines
388 B
YAML

- job:
name: release-powertrain-build
parent: build-python-release
description: Generate and upload a python source tarball and binary wheel for powertrain-build.
post-run: playbooks/upload-pypi.yaml
vars:
release_python: python3
twine_python: python3
secrets:
- name: pypi_info
secret: powertrain-build-pypi
pass-to-parent: true