File tree Expand file tree Collapse file tree
{{cookiecutter.package_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ I recommend using [uv](https://docs.astral.sh/uv/) to manage the python version,
1010uv venv --python 3.13
1111source .venv/bin/activate
1212uv pip install {{cookiecutter.package_name}}
13- # Install Chromium browser binary required for playwright.
14- playwright install chromium
1513```
1614
1715## Additional setup
@@ -27,6 +25,7 @@ playwright install chromium
27252 . Scroll to ` Workflow permissions ` and allow GHA to have ` Read and write permissions ` so it can create/push to the ` gh-pages ` branch.
28263 . Go to ` Settings ` -> ` Pages ` .
29274 . Configure your repo to deploy from the root of ` gh-pages ` branch.
28+
3029{% endif %}
3130
3231{% if cookiecutter.include_pypi == 'y' %}
@@ -39,4 +38,5 @@ playwright install chromium
3938 - ** Repository name:** {{cookiecutter.package_name}}
4039 - ** Workflow name:** test_deploy.yml
4140 - ** Environment name:** (leave blank)
41+
4242{% endif %}
You can’t perform that action at this time.
0 commit comments