renamebycsv/.woodpecker.yml
Harrison 1e508eeace
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added package configurations and Woodpecker CI pipeline
2023-04-06 00:52:05 -05:00

18 lines
466 B
YAML

# .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/*