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
| MarkDown link checker |[]({{cookiecutter.repository}}/actions/workflows/markdown-link-check.yml)|
Copy file name to clipboardExpand all lines: {{cookiecutter.project_name}}/project_setup.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,13 +82,6 @@ help you decide which tool to use for packaging.
82
82
`bumpversion minor`, or `bumpversion major` as appropriate.
83
83
- Don't forget to update the version number before [making a release](https://guide.esciencecenter.nl/#/best_practices/releases)!
84
84
85
-
## Publish on Python Package Index (PyPI)
86
-
87
-
To publish your package on PyPI, you need to create a [PyPI API token](https://pypi.org/help#apitoken) and
88
-
save it as a secret called `PYPI_TOKEN` on [Settings page]({{cookiecutter.repository}}/settings/secrets/actions)
89
-
90
-
[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.
91
-
92
85
## Logging
93
86
94
87
- We recommend using the logging module for getting useful information from your module (instead of using print).
0 commit comments