Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to 3.0.2 and add fixes #260

Merged
merged 1 commit into from
Mar 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@ on:
branches:
- master
- develop
tags:
- "*"
pull_request:

jobs:
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
Changes
=======

Version 3.0.2
-------------

1. Fix automatic wheel upload (did not work in 3.0.1)

2. Fix syntax errors in readme

Version 3.0.1
-------------

This release was never uploaded to pypi due to an issue with the readme syntac. Use 3.0.2 instead.

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/
This is a way better way to distribute our wheels as it prevents supply chain attacks.

16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ Using pygccxml you can:
Installation
------------

Install instructions can be found `here <http://pygccxml.readthedocs.io/en/master/install.html>`_.
Install instructions can be found `here <http://pygccxml.readthedocs.io/en/master/install.html>`__.

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

The documentation can be found `here <http://pygccxml.readthedocs.io>`_, examples can be found `here <http://pygccxml.readthedocs.io/en/master/examples.html>`_.
The documentation can be found `here <http://pygccxml.readthedocs.io>`__, examples can be found `here <http://pygccxml.readthedocs.io/en/master/examples.html>`__.
You can also run an example JupyterLab Notebook using Binder, or view it using
``nbviewer``:

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

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



A `FAQ <http://pygccxml.readthedocs.io/en/master/faq.html>`_ is also available and may answer some of your questions.
A `FAQ <http://pygccxml.readthedocs.io/en/master/faq.html>`__ is also available and may answer some of your questions.

License
-------

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

Contact us
----------

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

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

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

Branches
--------
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ keywords = [
"CastXML",
"gccxml",
]
version = "3.0.1"
version = "3.0.2"

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