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 d54bc0a commit f9fd687Copy full SHA for f9fd687
Makefile
@@ -14,11 +14,11 @@ install-dev:
14
uv run python -m browserforge update
15
16
build:
17
- uv build --no-cache --verbose
+ uv build --verbose
18
19
# APIFY_PYPI_TOKEN_CRAWLEE is expected to be set in the environment
20
publish-to-pypi:
21
- uv publish --token "${APIFY_PYPI_TOKEN_CRAWLEE}"
+ uv publish --verbose --token "${APIFY_PYPI_TOKEN_CRAWLEE}"
22
23
lint:
24
uv run ruff format --check
0 commit comments