diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11041c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.egg-info diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index e413496..765e644 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -4,15 +4,7 @@ when: steps: - name: build - image: alpine + image: ghcr.io/astral-sh/uv:alpine commands: - - echo "This is the build step" - - echo "echo Foo" > executable - - chmod a+x executable - - name: a-test-step - image: alpine - commands: - - echo "Testing ..." - - ./executable - - echo "Yes!" + - uv build