Skip to content

Commit 100929e

Browse files
authored
Merge pull request #254 from NLeSC/196-no-ci-publish
Removed publish workflow and its docs
2 parents 5a7f7c9 + 68f0664 commit 100929e

File tree

3 files changed

+0
-41
lines changed

3 files changed

+0
-41
lines changed

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

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

{{cookiecutter.project_name}}/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
| Build | [![build]({{cookiecutter.repository}}/actions/workflows/build.yml/badge.svg)]({{cookiecutter.repository}}/actions/workflows/build.yml) |
1919
| Metadata consistency | [![cffconvert]({{cookiecutter.repository}}/actions/workflows/cffconvert.yml/badge.svg)]({{cookiecutter.repository}}/actions/workflows/cffconvert.yml) |
2020
| Lint | [![lint]({{cookiecutter.repository}}/actions/workflows/lint.yml/badge.svg)]({{cookiecutter.repository}}/actions/workflows/lint.yml) |
21-
| Publish | [![publish]({{cookiecutter.repository}}/actions/workflows/publish.yml/badge.svg)]({{cookiecutter.repository}}/actions/workflows/publish.yml) |
2221
| SonarCloud | [![sonarcloud]({{cookiecutter.repository}}/actions/workflows/sonarcloud.yml/badge.svg)]({{cookiecutter.repository}}/actions/workflows/sonarcloud.yml) |
2322
| MarkDown link checker | [![markdown-link-check]({{cookiecutter.repository}}/actions/workflows/markdown-link-check.yml/badge.svg)]({{cookiecutter.repository}}/actions/workflows/markdown-link-check.yml) |
2423

{{cookiecutter.project_name}}/project_setup.md

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

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-
9285
## Logging
9386

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

0 commit comments

Comments
 (0)