From 1fea13d053563b348e3d83e3cf623032e94f19a5 Mon Sep 17 00:00:00 2001 From: Harrison Date: Thu, 6 Apr 2023 09:51:29 -0500 Subject: [PATCH] Change image to debian --- .woodpecker.yml | 18 ------------------ environment.yaml => environment.yml | 0 2 files changed, 18 deletions(-) delete mode 100644 .woodpecker.yml rename environment.yaml => environment.yml (100%) 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