Skip to content

Commit

Permalink
Merge remote-tracking branch 'make/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Feb 23, 2024
2 parents fbb73b6 + 78e5113 commit c503781
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@ branch := "main"
publish:
git push -u origin ${branch} --tags


.PHONY: prepare-release
prepare-release: tests/requirements-testing.txt
prepare-release: tests/requirements-testing.lock

tests/requirements-testing.txt: pyproject.toml
# we use lock extension so that dependabot doesn't pick up changes in this file
tests/requirements-testing.lock: pyproject.toml
pdm export --dev --format requirements --output $@

0 comments on commit c503781

Please sign in to comment.