Skip to content

Commit a1df67b

Browse files
committed
Allow git version check to fail
1 parent d32fbc6 commit a1df67b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
--user
2525
- name: Match git tag to package version
2626
run: "[ $(git describe --tags | sed -Ee 's/v(.*)/\\1/') = $(hatch version) ]"
27+
continue-on-error: true
2728
- name: Build a binary wheel and a source tarball
2829
run: hatch build
2930
- name: Store the distribution packages

0 commit comments

Comments
 (0)