Skip to content

Commit b7c5a81

Browse files
committed
0.7.1 release notes
1 parent 77230da commit b7c5a81

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/release.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Release notes
22
=============
33

4+
.. _release_0.7.1:
5+
6+
0.7.1
7+
-----
8+
9+
* Fix build of wheels.
10+
By :user:`Grzegorz Bokota <Czaki>`, :issue:`244`.
11+
412
.. _release_0.7.0:
513

614
0.7.0

release.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
python setup.py build_ext --inplace
2-
tox
31
# version=x.x.x
42
echo $version
53
git tag -a v$version -m v$version
6-
git push --tags
7-
python setup.py register sdist
8-
twine upload dist/numcodecs-${version}.tar.gz
4+
# check that github actions have successfully deploy

0 commit comments

Comments
 (0)