fix(twine)

closes #6523
This commit is contained in:
Jacob Heider 2024-06-26 11:21:35 -04:00 committed by Jacob Heider
parent 7d25701e98
commit 497a20ca2e

View file

@ -1,17 +1,14 @@
distributable:
url: https://github.com/pypa/twine/archive/refs/tags/{{ version }}.tar.gz
url: https://github.com/pypa/twine/archive/refs/tags/{{ version.tag }}.tar.gz
strip-components: 1
versions:
github: pypa/twine/releases/tags # reads github *releases* but uses the tags of those releases
strip: /^v/
github: pypa/twine
dependencies:
python.org: '>=3.7<3.12'
build:
script: |
python-venv.sh {{prefix}}/bin/twine
build: python-venv.sh {{prefix}}/bin/twine
provides:
- bin/twine