Skip to content

Commit ce2f7ce

Browse files
Merge pull request #5 from SmartMonkey-git/rr/better-phrasing
Readme: Better phrasing
2 parents e0f1ac6 + f197383 commit ce2f7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ conda env create -f requirements/environment.yml
1414
conda activate <Project-Name>
1515
```
1616

17-
### Renaming
17+
### Basic Setup
1818
As this is a template project, some of the directories and setting have generic names. To ensure the project is set up, that it aligns with your intended name please:
1919

2020
1. Rename the folder inside of src
@@ -45,7 +45,7 @@ We recommend to run commit the resulting changes before opening a PR, because th
4545

4646
### Continuous Delivery
4747
You've done it, your package is at a state, where you want other to use it. Luckily, this repository features a CD-Pipeline,
48-
that will build and upload your packages to Pypi for you. To get the CD running you need to first follow these [instructions](https://docs.pypi.org/trusted-publishers/adding-a-publisher/). The pipeline uses [OIDC](https://openid.net/developers/how-connect-works/) to authenticate on Pypi. Make sure your [pyproject.toml](pyproject.toml) is set up correctly.
48+
that will build and upload your packages to Pypi for you. To get the CD running you need to first follow these [instructions](https://docs.pypi.org/trusted-publishers/adding-a-publisher/). The pipeline uses [OIDC](https://openid.net/developers/how-connect-works/) to authenticate on Pypi. Make sure your [pyproject.toml](pyproject.toml) is set up correctly, which means take care of 2. of the section **Basic Setup**.
4949

5050
Then open your repository page on Github. To the right you should find **Create new Release**. Press it!
5151

0 commit comments

Comments
 (0)