You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,18 @@
1
1
Changes
2
2
=======
3
3
4
+
Version 3.0.2
5
+
-------------
6
+
7
+
1. Fix automatic wheel upload (did not work in 3.0.1)
8
+
9
+
2. Fix syntax errors in readme
10
+
4
11
Version 3.0.1
5
12
-------------
6
13
14
+
This release was never uploaded to pypi due to an issue with the readme syntac. Use 3.0.2 instead.
15
+
7
16
1. Build and sign wheels using Github Actions CI, see https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
8
17
This is a way better way to distribute our wheels as it prevents supply chain attacks.
Copy file name to clipboardexpand all lines: README.rst
+8-8
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Using pygccxml you can:
19
19
Installation
20
20
------------
21
21
22
-
Install instructions can be found `here <http://pygccxml.readthedocs.io/en/master/install.html>`_.
22
+
Install instructions can be found `here <http://pygccxml.readthedocs.io/en/master/install.html>`__.
23
23
24
24
Compatibility
25
25
-------------
@@ -29,7 +29,7 @@ pygccxml is compatible with Python 3.9, 3.10, 3.11, 3.12, 3.13 and pypy3.
29
29
Documentation and examples
30
30
--------------------------
31
31
32
-
The documentation can be found `here <http://pygccxml.readthedocs.io>`_, examples can be found `here <http://pygccxml.readthedocs.io/en/master/examples.html>`_.
32
+
The documentation can be found `here <http://pygccxml.readthedocs.io>`__, examples can be found `here <http://pygccxml.readthedocs.io/en/master/examples.html>`__.
33
33
You can also run an example JupyterLab Notebook using Binder, or view it using
34
34
``nbviewer``:
35
35
@@ -43,25 +43,25 @@ You can also run an example JupyterLab Notebook using Binder, or view it using
If you want to know more about the API provided by pygccxml, read the `query interface <http://pygccxml.readthedocs.io/en/develop/query_interface.html>`_ document or the `API documentation <http://pygccxml.readthedocs.io/en/develop/apidocs/modules.html>`_.
46
+
If you want to know more about the API provided by pygccxml, read the `query interface <http://pygccxml.readthedocs.io/en/develop/query_interface.html>`__ document or the `API documentation <http://pygccxml.readthedocs.io/en/develop/apidocs/modules.html>`__.
47
47
48
48
49
49
50
-
A `FAQ <http://pygccxml.readthedocs.io/en/master/faq.html>`_ is also available and may answer some of your questions.
50
+
A `FAQ <http://pygccxml.readthedocs.io/en/master/faq.html>`__ is also available and may answer some of your questions.
0 commit comments