Skip to content

Commit 2106350

Browse files
committed
Update release procedure
1 parent 4ddad7c commit 2106350

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

release_procedure.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ For seeder: *to-be-completed*
2727

2828
## 4. Tag the Release
2929

30-
Tag the state of the repo with the release version (e.g. `v0.4.0`) in GitHub.
30+
Tag the state of the repo with the release version (e.g. `v0.5.0`) in GitHub.
31+
32+
```
33+
git tag v0.5.0
34+
git push origin v0.5.0
35+
```
3136

3237
## 5. Create a Source Distribution
3338

@@ -117,8 +122,8 @@ playing with the test server:
117122

118123
1. You have to upload the source distribution (the `.tar.gz` file) before the
119124
wheel in order for the description to be intepreted as markdown. Presumably,
120-
the source format is not been into the wheel, at least in the way it's created
121-
here, and once it's been set for a given version it cannot be changed.
125+
the source format has not been captured in the wheel, at least in the way it's
126+
created here, and once it's been set for a given version it cannot be changed.
122127

123128
2. It can take a few minutes for the versioning seen by `pip` to be updated. So
124129
waiting for a few minutes can resolve issues where it seems that the latest

0 commit comments

Comments
 (0)