We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e90141 commit f4ff0d0Copy full SHA for f4ff0d0
Makefile
@@ -54,9 +54,6 @@ publish-scala:
54
55
init-python:
56
python -m venv ./.venv
57
- ./.venv/bin/python -m pip install --upgrade pip==25.3
58
- ./.venv/bin/python -m pip install setuptools
59
- poetry run python -m pip install --upgrade pip==25.3
60
poetry run python -m pip install setuptools
61
poetry self add "poetry-dynamic-versioning[plugin]"
62
poetry install
0 commit comments