Skip to content

Commit 011c28d

Browse files
committed
Removed publish workflow and its docs
Refs #196
1 parent bc0cdb3 commit 011c28d

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

{{cookiecutter.project_name}}/.github/workflows/publish.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

{{cookiecutter.project_name}}/project_setup.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,6 @@ help you decide which tool to use for packaging.
8686
`bumpversion minor`, or `bumpversion major` as appropriate.
8787
- Don't forget to update the version number before [making a release](https://guide.esciencecenter.nl/#/best_practices/releases)!
8888

89-
## Publish on Python Package Index (PyPI)
90-
91-
To publish your package on PyPI, you need to create a [PyPI API token](https://pypi.org/help#apitoken) and
92-
save it as a secret called `PYPI_TOKEN` on [Settings page]({{cookiecutter.repository}}/settings/secrets/actions)
93-
94-
[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.
95-
9689
## Logging
9790

9891
- We recommend using the logging module for getting useful information from your module (instead of using print).

0 commit comments

Comments
 (0)