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 6c3414d commit 0222f68Copy full SHA for 0222f68
.github/workflows/docs.yml
@@ -74,6 +74,7 @@ jobs:
74
75
- name: Create wheel
76
run: |
77
+ make check-branch
78
make check-main
79
make dist
80
Makefile
@@ -262,3 +262,7 @@ release-candidate: check-main publish bumpversion-candidate git-push
262
263
.PHONY: release-candidate-test
264
release-candidate-test: check-clean check-main publish-test
265
+
266
+.PHONY: check-branch
267
+check-branch:
268
+ @echo $(CURRENT_BRANCH)
0 commit comments