Skip to content

Commit

Permalink
release: fix target name
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 16, 2023
1 parent 51c5fb7 commit b0c8dda
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 @@ -205,9 +205,9 @@ release: release-test
git tag ${VERSION}
. testenv2/bin/activate && \
pip install build && \
python -m build testenv2/src/${PACKAGE} && \
python -m build testenv2/src/${MODULE} && \
pip install twine && \
twine upload testenv2/src/${PACKAGE}/dist/* && \
twine upload testenv2/src/${MODULE}/dist/* && \
git push --tags

flake8: $(PYSOURCES)
Expand Down

0 comments on commit b0c8dda

Please sign in to comment.