Skip to content

Commit

Permalink
test: rename lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Feb 23, 2024
1 parent 7638105 commit 25ad298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ 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
tests/requirements-testing.lock: pyproject.toml
pdm export --dev --format requirements --output $@

0 comments on commit 25ad298

Please sign in to comment.