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
# on github, create {{ cookiecutter.repository }} as an empty repository
23
+
# on github, create {{ cookiecutter.repository }} as an empty repository
24
24
git push --set-upstream origin main
25
25
```
26
26
@@ -97,7 +97,7 @@ help you decide which tool to use for packaging.
97
97
3. add organization or reuse existing one
98
98
4. set up repository
99
99
5. go to [new code definition administration page](https://sonarcloud.io/project/new_code?id={{ cookiecutter.github_organization }}_{{ cookiecutter.project_name }}) and select `Number of days` option
100
-
- The analysis will be run by [GitHub Action workflow](.github/workflows/quality.yml)
100
+
- The analysis will be run by [GitHub Action workflow](.github/workflows/sonarcloud.yml)
101
101
- To be able to run the analysis, a token must be created at [Sonarcloud account](https://sonarcloud.io/account/security/) and this token must be added as `SONAR_TOKEN` to [secrets on GitHub](https://github.com/{{ cookiecutter.github_organization }}/{{ cookiecutter.project_name }}/settings/secrets/actions)
102
102
103
103
## Package version number
@@ -113,7 +113,7 @@ help you decide which tool to use for packaging.
113
113
To publish your package on PyPI, you need to create a [PyPI API token](https://pypi.org/help#apitoken) and
114
114
save it as a secret called `PYPI_TOKEN` on [Settings page]({{cookiecutter.repository}}/settings/secrets/actions)
115
115
116
-
[Creating a release]({{cookiecutter.repository}}/releases/new) on GitHub will trigger a [GitHub action workflow](.github/workflows/pypi.yml) to publish the release on PyPI for you.
116
+
[Creating a release]({{cookiecutter.repository}}/releases/new) on GitHub will trigger a [GitHub action workflow](.github/workflows/publish.yml) to publish the release on PyPI for you.
0 commit comments