Skip to content

Commit

Permalink
bug: reverted requirements.txt dependency in publish rules
Browse files Browse the repository at this point in the history
  • Loading branch information
JnyJny committed Jul 16, 2022
1 parent 6837115 commit a09e140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ requirements.txt: poetry.lock
@git add $@
@git commit -m "export requirements from poetry for dependabot"

major_release: requirements.txt major push publish
major_release: major push publish

minor_release: requirements.txt minor push publish
minor_release: minor push publish

patch_release: requirements.txt patch push publish
patch_release: patch push publish

release: patch_release

Expand Down

0 comments on commit a09e140

Please sign in to comment.