You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, install the environment and the pre-commit hooks with
14
+
## Installation
27
15
28
16
```bash
29
-
make install
17
+
pip install hyper-surrogate
30
18
```
31
19
32
-
You are now ready to start development on your project!
33
-
The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.
34
-
35
-
To finalize the set-up for publishing to PyPi or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).
36
-
For activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).
37
-
To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).
38
-
39
-
## Releasing a new version
40
-
41
-
- Create an API Token on [Pypi](https://pypi.org/).
42
-
- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/jpsferreira/hyper-surrogate/settings/secrets/actions/new).
43
-
- Create a [new release](https://github.com/jpsferreira/hyper-surrogate/releases/new) on Github.
44
-
- Create a new tag in the form `*.*.*`.
45
-
46
-
For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).
0 commit comments