diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index 49b377c..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -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/* - \ No newline at end of file diff --git a/environment.yaml b/environment.yml similarity index 100% rename from environment.yaml rename to environment.yml