Change image to debian
Some checks failed
ydeng/renamebycsv/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2023-04-06 09:51:29 -05:00
parent b867f333a1
commit 1fea13d053
2 changed files with 0 additions and 18 deletions

View File

@ -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/*