File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
1181231 . You have to upload the source distribution (the ` .tar.gz ` file) before the
119124wheel 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
1231282 . It can take a few minutes for the versioning seen by ` pip ` to be updated. So
124129waiting for a few minutes can resolve issues where it seems that the latest
You can’t perform that action at this time.
0 commit comments