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:
|
||||
image: nikolaik/python-nodejs:python3.7-nodejs19
|
||||
commands:
|
||||
|
||||
- apt update && apt install build-essential -y
|
||||
- python -m pip install -U jupyterlab~=3.5.2 build twine
|
||||
- python -m build -s
|
||||
- ls
|
||||
- cd dist && ls
|
||||
- cat ~/.pypirc
|
||||
- python -m twine upload dist/*
|
||||
secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL]
|
||||
|
|
Loading…
Reference in New Issue