File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,7 @@ The package also provides a command line tool `psyflow-init` which
2020scaffolds a new project using the bundled cookiecutter template.
2121
2222Comprehensive documentation and tutorials are available on the
23- [ GitHub & nbsp ; Pages site ] ( https://taskbeacon.github.io/psyflow/ ) .
23+ [ psyflow website ] ( https://taskbeacon.github.io/psyflow/ ) .
2424
25- ### Building the documentation
26-
27- To generate the HTML docs locally:
28-
29- ``` bash
30- pip install -r docs/requirements.txt
31- sphinx-build -b html docs docs/_build/html
32- ```
33-
34- Open ` docs/_build/html/index.html ` in a browser to view them.
35-
36- ## Publishing to PyPI
37-
38- Releases are automated with GitHub Actions. Any push to the ` main ` branch
39- that contains ` [publish] ` in the commit message will trigger the
40- [ ` publish ` ] ( .github/workflows/publish.yml ) workflow. The workflow builds
41- sdist and wheel via ` python -m build ` and uploads them to PyPI using the
42- ` pypa/gh-action-pypi-publish ` action. The upload requires a
43- ` PYPI_API_TOKEN ` secret configured in the repository.
4425
4526
You can’t perform that action at this time.
0 commit comments