From 4d01a33666caf72553bfb3316a1506f09dbf21bf Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Wed, 28 Feb 2024 21:49:37 +0100 Subject: [PATCH] Cosmetics --- .github/workflows/deployment.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 21c0a0d..b4c1985 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -39,10 +39,9 @@ jobs: # For getting tags from the repo fetch-depth: 0 fetch-tags: true - - name: Print current revision + - name: Force git describe to show the right tag run: | git describe --dirty - git rev-parse HEAD git fetch --tags --force git describe --dirty - name: Cache .tox directory @@ -63,7 +62,7 @@ jobs: tox -e version.py cat px/version.py ! grep '0.0.0' px/version.py - - name: Run tox in our virtualenv + - name: Run tox to create the dist wheel run: | . ./env/bin/activate tox