File tree 7 files changed +18
-11
lines changed
7 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : Build wheels, sdist, and upload to PyPI
2
2
3
- on : [release ]
3
+ on : [published ]
4
4
5
5
env :
6
6
libsemigroups_version : ' 2.0.3'
Original file line number Diff line number Diff line change 1
- # libsemigroups_pybind11 - Version 0.1.7
1
+ # libsemigroups_pybind11 - Version 0.1.8
2
2
3
3
## python bindings for the C++ library libsemigroups
4
4
@@ -75,10 +75,10 @@ Assuming that you have `libsemigroups` installed you can install
75
75
76
76
To build ` libsemigroups_pybind11 ` from a release archive:
77
77
78
- curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.1.7 .tar.gz
79
- tar -xf libsemigroups_pybind11-0.1.7 .tar.gz
80
- rm -f libsemigroups_pybind11-0.1.7 .tar.gz
81
- cd libsemigroups_pybind11-0.1.7
78
+ curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-0.1.8 .tar.gz
79
+ tar -xf libsemigroups_pybind11-0.1.8 .tar.gz
80
+ rm -f libsemigroups_pybind11-0.1.8 .tar.gz
81
+ cd libsemigroups_pybind11-0.1.8
82
82
pip install .
83
83
84
84
## Building the documentation
Original file line number Diff line number Diff line change 7
7
Changelog
8
8
=========
9
9
10
+ v0.1.8 (released 27/01/2022)
11
+ ----------------------------
12
+
13
+ This is a very minor release which contains no functional changes, or bugfixes,
14
+ but exists to fix an issue related to the wheel created for pypi on mac os x
15
+ arm machines.
16
+
10
17
v0.1.7 (released 27/01/2022)
11
18
----------------------------
12
19
Original file line number Diff line number Diff line change 27
27
project = u"libsemigroups_pybind11"
28
28
copyright = u"2021, J. D. Mitchell + Maria Tsalakou"
29
29
author = u"J. D. Mitchell"
30
- version = u"0.1.7 "
31
- release = u"0.1.7 "
30
+ version = u"0.1.8 "
31
+ release = u"0.1.8 "
32
32
language = None
33
33
exclude_patterns = ["_build" ]
34
34
pygments_style = "sphinx"
Original file line number Diff line number Diff line change 1
- libsemigroups_pybind11 - Version 0.1.7
1
+ libsemigroups_pybind11 - Version 0.1.8
2
2
======================================
3
3
4
4
python bindings for the C++ library libsemigroups
Original file line number Diff line number Diff line change 4
4
5
5
The full license is in the file LICENSE, distributed with this software.
6
6
7
- .. |libsemigroups-pybind11-version | replace :: 0.1.7
7
+ .. |libsemigroups-pybind11-version | replace :: 0.1.8
8
8
9
9
Installation
10
10
============
Original file line number Diff line number Diff line change 28
28
libsemigroups_version ,
29
29
)
30
30
31
- __version__ = "0.1.7 "
31
+ __version__ = "0.1.8 "
32
32
33
33
34
34
def minimum_libsemigroups_version ():
You can’t perform that action at this time.
0 commit comments