twine
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
50603cb79b
commit
3e5573c09b
|
@ -2,10 +2,8 @@ pipeline:
|
||||||
build-package:
|
build-package:
|
||||||
image: nikolaik/python-nodejs:python3.7-nodejs19
|
image: nikolaik/python-nodejs:python3.7-nodejs19
|
||||||
commands:
|
commands:
|
||||||
|
|
||||||
- apt update && apt install build-essential -y
|
- apt update && apt install build-essential -y
|
||||||
- python -m pip install -U jupyterlab~=3.5.2 build twine
|
- python -m pip install -U jupyterlab~=3.5.2 build twine
|
||||||
- python -m build -s
|
- python -m build -s
|
||||||
- ls
|
- python -m twine upload dist/*
|
||||||
- cd dist && ls
|
secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL]
|
||||||
- cat ~/.pypirc
|
|
||||||
|
|
Loading…
Reference in New Issue