Skip to content

Commit a09e140

Browse files
committed
bug: reverted requirements.txt dependency in publish rules
1 parent 6837115 commit a09e140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ requirements.txt: poetry.lock
6666
@git add $@
6767
@git commit -m "export requirements from poetry for dependabot"
6868

69-
major_release: requirements.txt major push publish
69+
major_release: major push publish
7070

71-
minor_release: requirements.txt minor push publish
71+
minor_release: minor push publish
7272

73-
patch_release: requirements.txt patch push publish
73+
patch_release: patch push publish
7474

7575
release: patch_release
7676

0 commit comments

Comments
 (0)