Skip to content

Commit

Permalink
CI: Remove attempt to drop dirty indicators from version
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 13, 2023
1 parent 1f1855d commit d14b811
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,6 @@ jobs:
name: Check sdist distribution
command: |
THISVERSION=$( hatch version )
THISVERSION=${THISVERSION%.d*}
THISVERSION=${CIRCLE_TAG:-$THISVERSION}
virtualenv --python=python sdist
source sdist/bin/activate
Expand All @@ -960,7 +959,6 @@ jobs:
name: Check wheel distribution
command: |
THISVERSION=$( hatch version )
THISVERSION=${THISVERSION%.d*}
THISVERSION=${CIRCLE_TAG:-$THISVERSION}
virtualenv --python=python wheel
source wheel/bin/activate
Expand Down

0 comments on commit d14b811

Please sign in to comment.