Skip to content

Commit

Permalink
run lock target before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo committed Feb 29, 2024
1 parent 011e648 commit 8b32afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dist:
python -m build

.PHONY: release
release: tests dist
release: lock dist
# check that changelog is updated
if ! grep ${version} CHANGELOG.rst
then
Expand Down

0 comments on commit 8b32afc

Please sign in to comment.