Skip to content

Commit

Permalink
use a dummy release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan committed Jan 22, 2024
1 parent 673ef90 commit 1c9f07d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Build Indexes
run: |
# Get the release tag.
release_tag=$(git describe --tags --abbrev=0)
# release_tag=$(git describe --tags --abbrev=0)
release_tag="0.0.2"
echo $release_tag
# Install dependencies.
Expand Down

0 comments on commit 1c9f07d

Please sign in to comment.