From 795c3ae8634524e6129d8bea203bea10700e8669 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 23 Dec 2020 23:33:34 +0100 Subject: [PATCH] debug versioning --- .drone.jsonnet | 1 + .drone.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 5a2df98..2ec7225 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -127,6 +127,7 @@ local PipelineBuildPackage = { image: 'python:3.9', commands: [ 'pip install poetry poetry-dynamic-versioning -qq', + 'pip list', 'poetry build', ], }, diff --git a/.drone.yml b/.drone.yml index 05ed7c4..e5a625b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -156,6 +156,7 @@ steps: image: python:3.9 commands: - pip install poetry poetry-dynamic-versioning -qq + - pip list - poetry build - name: checksum @@ -652,6 +653,6 @@ depends_on: --- kind: signature -hmac: 75497b938ca5a161c125b510a28ddbf446bfa69bec13203b27af6dd4426f2902 +hmac: afc5954b922971a587d3b98abc91482e354323940c6342eb2d4d1e4db0caaaf3 ...