From 100fa2e2acdb647bb57e03ec89d9a62fe7a4154d Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Wed, 4 Jan 2023 23:06:48 +0100 Subject: [PATCH] Provo pipeline con drone. --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..d78b967 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +--- +kind: pipeline +name: default + +steps: + - name: compile + image: python + commands: + - pip install wheel + - python setup.py bdist_wheel + - mkdir out + - cp dist/*.whl out/