Skip to content

Commit 26f63dc

Browse files
authored
Merge pull request #260 from CastXML/bump-fix
bump to 3.0.2 and add fixes
2 parents d9b47e2 + ed4f70d commit 26f63dc

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
branches:
44
- master
55
- develop
6+
tags:
7+
- "*"
68
pull_request:
79

810
jobs:

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
Changes
22
=======
33

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+
411
Version 3.0.1
512
-------------
613

14+
This release was never uploaded to pypi due to an issue with the readme syntac. Use 3.0.2 instead.
15+
716
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/
817
This is a way better way to distribute our wheels as it prevents supply chain attacks.
918

README.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Using pygccxml you can:
1919
Installation
2020
------------
2121

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>`__.
2323

2424
Compatibility
2525
-------------
@@ -29,7 +29,7 @@ pygccxml is compatible with Python 3.9, 3.10, 3.11, 3.12, 3.13 and pypy3.
2929
Documentation and examples
3030
--------------------------
3131

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>`__.
3333
You can also run an example JupyterLab Notebook using Binder, or view it using
3434
``nbviewer``:
3535

@@ -43,25 +43,25 @@ You can also run an example JupyterLab Notebook using Binder, or view it using
4343
:target: https://nbviewer.jupyter.org/github/EricCousineau-TRI/pygccxml/tree/feature-py-notebook-example/docs/examples/notebook/
4444
:alt: nbviewer
4545

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>`_.
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>`__.
4747

4848

4949

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.
5151

5252
License
5353
-------
5454

55-
`Boost Software License <http://boost.org/more/license_info.html>`_
55+
`Boost Software License <http://boost.org/more/license_info.html>`__
5656

5757
Contact us
5858
----------
5959

60-
For issues with pygccxml you can open an issue `here <https://github.com/CastXML/pygccxml/issues/>`_.
60+
For issues with pygccxml you can open an issue `here <https://github.com/CastXML/pygccxml/issues/>`__.
6161

62-
For issues with CastXML you can open an issue `here <https://github.com/CastXML/CastXML>`_.
62+
For issues with CastXML you can open an issue `here <https://github.com/CastXML/CastXML>`__.
6363

64-
You can contact us through the `CastXML mailing list <http://public.kitware.com/mailman/listinfo/castxml/>`_.
64+
You can contact us through the `CastXML mailing list <http://public.kitware.com/mailman/listinfo/castxml/>`__.
6565

6666
Branches
6767
--------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
"CastXML",
2020
"gccxml",
2121
]
22-
version = "3.0.1"
22+
version = "3.0.2"
2323

2424
classifiers = [
2525
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)