We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77230da commit b7c5a81Copy full SHA for b7c5a81
docs/release.rst
@@ -1,6 +1,14 @@
1
Release notes
2
=============
3
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
12
.. _release_0.7.0:
13
14
0.7.0
release.txt
@@ -1,8 +1,4 @@
-python setup.py build_ext --inplace
-tox
# version=x.x.x
echo $version
git tag -a v$version -m v$version
-git push --tags
-python setup.py register sdist
-twine upload dist/numcodecs-${version}.tar.gz
+# check that github actions have successfully deploy
0 commit comments