Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek committed Feb 18, 2025
1 parent d54bc0a commit f9fd687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ install-dev:
uv run python -m browserforge update

build:
uv build --no-cache --verbose
uv build --verbose

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

lint:
uv run ruff format --check
Expand Down

0 comments on commit f9fd687

Please sign in to comment.