Skip to content

Commit b0c8dda

Browse files
committed
release: fix target name
1 parent 51c5fb7 commit b0c8dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ release: release-test
205205
git tag ${VERSION}
206206
. testenv2/bin/activate && \
207207
pip install build && \
208-
python -m build testenv2/src/${PACKAGE} && \
208+
python -m build testenv2/src/${MODULE} && \
209209
pip install twine && \
210-
twine upload testenv2/src/${PACKAGE}/dist/* && \
210+
twine upload testenv2/src/${MODULE}/dist/* && \
211211
git push --tags
212212

213213
flake8: $(PYSOURCES)

0 commit comments

Comments
 (0)