ci
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
3e5573c09b
commit
d15a9e362c
|
@ -5,5 +5,6 @@ pipeline:
|
||||||
- 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
|
||||||
- python -m twine upload dist/*
|
- python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL
|
||||||
|
- sleep 6000
|
||||||
secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL]
|
secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL]
|
||||||
|
|
Loading…
Reference in New Issue