Skip to content

Commit cccaea5

Browse files
committed
fixes
1 parent 9c4f04e commit cccaea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ install-dev:
1212
uv run pre-commit install
1313

1414
build:
15-
uv build --no-cache --verbose
15+
uv build --verbose
1616

1717
# APIFY_PYPI_TOKEN_CRAWLEE is expected to be set in the environment
1818
publish-to-pypi:
19-
uv publish --token "${APIFY_PYPI_TOKEN_CRAWLEE}"
19+
uv publish --verbose --token "${APIFY_PYPI_TOKEN_CRAWLEE}"
2020

2121
lint:
2222
uv run ruff format --check

0 commit comments

Comments
 (0)