Change image to debian
Some checks failed
ydeng/renamebycsv/pipeline/head There was a failure building this commit
Some checks failed
ydeng/renamebycsv/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b867f333a1
commit
1fea13d053
@ -1,18 +0,0 @@
|
|||||||
# .woodpecker.yml
|
|
||||||
pipeline:
|
|
||||||
install:
|
|
||||||
image: python
|
|
||||||
commands:
|
|
||||||
- pip install build
|
|
||||||
- pip install pytest
|
|
||||||
- pip install setuptools
|
|
||||||
- pip install twine
|
|
||||||
build:
|
|
||||||
image: python
|
|
||||||
commands:
|
|
||||||
- python -m build
|
|
||||||
publish:
|
|
||||||
image: python
|
|
||||||
commands:
|
|
||||||
- pip -m twine upload --repository-url https://git.reslate.systems -u ${CI_NETRC_USERNAME} -p ${CI_NETRC_PASSWORD} --non-interactive --disable-progress-bar --verbose dist/*
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user