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 649345e + 78e5113 commit ec0dad8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ branch := "main"
publish:
git push -u origin ${branch} --tags


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

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

0 comments on commit ec0dad8

Please sign in to comment.