init
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
d15a9e362c
commit
00df7bf3a3
|
@ -5,6 +5,7 @@ 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/* --repository-url=$TWINE_REPOSITORY_URL
|
|
||||||
- sleep 6000
|
- sleep 6000
|
||||||
|
- python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL
|
||||||
|
|
||||||
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