Skip to content

Commit

Permalink
I've added more steps to the test pypi action to see if git is checki…
Browse files Browse the repository at this point in the history
…ng out my tags properly. For issue #1201
  • Loading branch information
DavidT3 committed Aug 12, 2024
1 parent 1b77800 commit 0342e11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@ jobs:
build
--user
- name: GIMMEEEEE
run: >-
git describe --tags --dirty --always --long
- name: COME ON JUST WORK
run: >-
git describe --tags --dirty --always --long --match v*
git describe --tags --dirty --always --long
- name: Build a binary wheel and source tarball
run: >-
Expand Down

0 comments on commit 0342e11

Please sign in to comment.