Laurent Sorber

Results 93 comments of Laurent Sorber

Unfortunately, it seems that PyCharm does not yet allow to configure the Python interpeter in `devcontainers.json`.

After investigation, it seems that: 1. (1), (2), and (5) could in theory be automated with [GitHub Repository Settings](https://github.com/repository-settings/app), but it's probably better not to do this for a number...

Hi @zcorrea357, thanks for the suggestion! Currently, the template will automatically publish to PyPI when you create a GitHub release: https://github.com/superlinear-ai/substrate/blob/ed4969313c49bb2683c1946679e07af3256c3e3b/template/%7B%25%20if%20ci%20%3D%3D%20'github'%20%25%7D.github%7B%25%20endif%20%25%7D/workflows/%7B%25%20if%20project_type%20%3D%3D%20'package'%20%25%7Dpublish.yml%7B%25%20endif%20%25%7D.jinja#L3-L6 This way you have control over which tags you...