Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Feb 28, 2024
1 parent fd45b58 commit 4d01a33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4d01a33

Please sign in to comment.