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 9c4f04e commit cccaea5Copy full SHA for cccaea5
Makefile
@@ -12,11 +12,11 @@ install-dev:
12
uv run pre-commit install
13
14
build:
15
- uv build --no-cache --verbose
+ uv build --verbose
16
17
# APIFY_PYPI_TOKEN_CRAWLEE is expected to be set in the environment
18
publish-to-pypi:
19
- uv publish --token "${APIFY_PYPI_TOKEN_CRAWLEE}"
+ uv publish --verbose --token "${APIFY_PYPI_TOKEN_CRAWLEE}"
20
21
lint:
22
uv run ruff format --check
0 commit comments