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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@ previous python versions directly in the CI pipeline.
51
51
* Install dev dependencies with `make dev-dependencies`
52
52
* Setup GitHub pages (this need local development setup):
53
53
* Initialise documentation branch `poetry run mike deploy dev latest --update-aliases --push`
54
-
* Configure GitHub Pages to deploy from the `gh-pages` branch (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/pages`)
54
+
* Configure GitHub Pages to deploy from the `gh-pages` branch (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/pages`)
55
+
* Add the `main` branch and the `v*.*.*` tag rules to the "deployment branches and tags" list in the `gh-pages` environment (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/environments`)
55
56
56
57
**IMPORTANT:** The repository is configured to deploy on the [test PyPI repository](https://test.pypi.org/).
57
58
It's strongly recommended to create the project in the [test PyPI repository](https://test.pypi.org/) and test
Copy file name to clipboardExpand all lines: docs/index.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,17 +28,18 @@ previous python versions directly in the CI pipeline.
28
28
* Owner: The github repository owner (in this case `febus982`)
29
29
* Repository name: The github repository name (in this case `bootstrap-python-package`)
30
30
* Workflow name: `release.yml`
31
+
* Create a GitHub Actions secret named `CODECLIMATE_REPORTER_ID` (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/secrets/actions`)
32
+
containing the codeclimate reporter id (you can find it at `https://codeclimate.com/repos/YOUR_REPO_ID/settings/test_reporter`).
33
+
If you don't want to use CodeClimate just delete `workflows/python-quality.yml`.
34
+
* Update the badges in `README.md`! (check [shields.io](https://shields.io/) for extra badges)
31
35
* Setup local development:
32
36
* Clone the repository
33
37
* Install poetry `pip install poetry`
34
38
* Install dev dependencies with `make dev-dependencies`
35
39
* Setup GitHub pages (this need local development setup):
36
40
* Initialise documentation branch `poetry run mike deploy dev latest --update-aliases --push`
37
-
* Configure GitHub Pages to deploy from the `gh-pages` branch (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/pages`)
38
-
* Create a GitHub Actions secret named `CODECLIMATE_REPORTER_ID` (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/secrets/actions`)
39
-
containing the codeclimate reporter id (you can find it at `https://codeclimate.com/repos/YOUR_REPO_ID/settings/test_reporter`).
40
-
If you don't want to use CodeClimate just delete `workflows/python-quality.yml`.
41
-
* Update the badges in `README.md`! (check [shields.io](https://shields.io/) for extra badges)
41
+
* Configure GitHub Pages to deploy from the `gh-pages` branch (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/pages`)
42
+
* Add the `main` branch and the `v*.*.*` tag rules to the "deployment branches and tags" list in the `gh-pages` environment (at URL `https://github.com/GITHUB_NAME_OR_ORGANIZATION/GITHUB_REPOSITORY/settings/environments`)
42
43
43
44
**IMPORTANT:** The repository is configured to deploy on the [test PyPI repository](https://test.pypi.org/).
44
45
It's strongly recommended to create the project in the [test PyPI repository](https://test.pypi.org/) and test
0 commit comments