Skip to content

Commit f9fd687

Browse files
committed
fixes
1 parent d54bc0a commit f9fd687

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
@@ -14,11 +14,11 @@ install-dev:
1414
uv run python -m browserforge update
1515

1616
build:
17-
uv build --no-cache --verbose
17+
uv build --verbose
1818

1919
# APIFY_PYPI_TOKEN_CRAWLEE is expected to be set in the environment
2020
publish-to-pypi:
21-
uv publish --token "${APIFY_PYPI_TOKEN_CRAWLEE}"
21+
uv publish --verbose --token "${APIFY_PYPI_TOKEN_CRAWLEE}"
2222

2323
lint:
2424
uv run ruff format --check

0 commit comments

Comments
 (0)