gcc
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
135332aa5b
commit
92b4415b11
|
@ -2,7 +2,7 @@ steps:
|
||||||
build-package:
|
build-package:
|
||||||
image: nikolaik/python-nodejs:python3.10-nodejs21-alpine
|
image: nikolaik/python-nodejs:python3.10-nodejs21-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk update && apk add build-base
|
- apk update && apk add build-base gcc python3-dev musl-dev linux-headers
|
||||||
- python -m pip install -U jupyterlab~=4.0.12 build twine
|
- python -m pip install -U jupyterlab~=4.0.12 build twine
|
||||||
- python -m build -s
|
- python -m build -s
|
||||||
- python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL
|
- python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL
|
||||||
|
|
Loading…
Reference in New Issue