We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c5fb7 commit b0c8ddaCopy full SHA for b0c8dda
Makefile
@@ -205,9 +205,9 @@ release: release-test
205
git tag ${VERSION}
206
. testenv2/bin/activate && \
207
pip install build && \
208
- python -m build testenv2/src/${PACKAGE} && \
+ python -m build testenv2/src/${MODULE} && \
209
pip install twine && \
210
- twine upload testenv2/src/${PACKAGE}/dist/* && \
+ twine upload testenv2/src/${MODULE}/dist/* && \
211
git push --tags
212
213
flake8: $(PYSOURCES)
0 commit comments