Skip to content

Commit 563bd0a

Browse files
committed
doc: tech notes updates
1 parent 82bf22b commit 563bd0a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/tech_notes.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,19 @@ subsequent attempts have an unclear effect, possibly none
112112
Your branch is up to date with 'origin/testing'.
113113
```
114114

115-
subsequent attempts are
115+
`make release` never seems to complete. At best it created some wheels with commit hashs such as `refcount-1.2.7.abedeff12456.tar.gz` of something like that and pypi refuses to let them be uploaded.
116+
117+
I ended up having to delete tags and doing:
118+
119+
```sh
120+
# add and commit
121+
git tag v1.2.7
122+
make build
123+
```
124+
125+
creates files `refcount-1.2.7-py3-none-any.whl refcount-1.2.7.tar.gz` which look suitable for upload to pypi.
126+
127+
Yup, `✓ Publishing source and wheel distributions to PyPI`
116128

117129
## Release steps
118130

0 commit comments

Comments
 (0)