We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32fbc6 commit a1df67bCopy full SHA for a1df67b
.github/workflows/publish-to-pypi.yml
@@ -24,6 +24,7 @@ jobs:
24
--user
25
- name: Match git tag to package version
26
run: "[ $(git describe --tags | sed -Ee 's/v(.*)/\\1/') = $(hatch version) ]"
27
+ continue-on-error: true
28
- name: Build a binary wheel and a source tarball
29
run: hatch build
30
- name: Store the distribution packages
0 commit comments