Skip to content

Releases: ixe013/libctflags

v0.4.0

16 Dec 11:11
310c85f

Choose a tag to compare

Added a function to compute the flag entirely from parameters (and en…

v0.3.6

16 Dec 03:03

Choose a tag to compare

Numbers are infinite, but I still might run out trying to get this right

v0.3.5

16 Dec 02:49

Choose a tag to compare

I am telling one last time, bump the version

v0.3.3

16 Dec 02:38

Choose a tag to compare

Bumped version so the wheel is published

v0.3.2

16 Dec 02:37

Choose a tag to compare

Bumped version so the wheel is published

v0.3.1

16 Dec 02:17
854be26

Choose a tag to compare

Add write permissions to release workflow (#17)

* Fix 403 error in release workflow

Added `permissions: contents: write` to the release job in .github/workflows/build-and-test.yml.
This allows the release action to create releases and upload artifacts.

* Fix 403 error in release workflow and allow testing tags

1. Added `permissions: contents: write` to the release job in .github/workflows/build-and-test.yml to fix 403 error.
2. Updated `on: push: tags` to `*` to allow testing with any tag.

* Fix 403 error in release workflow

Added `permissions: contents: write` to the release job in .github/workflows/build-and-test.yml.
This allows the release action to create releases and upload artifacts.

* Fix release permissions and enable abi3 support

1. Add `permissions: contents: write` to the release workflow to fix 403 errors.
2. Enable `abi3-py37` feature in `Cargo.toml` to generate Python wheels compatible with Python 3.7+ (abi3).

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>

v0.2.5

11 Dec 18:51

Choose a tag to compare

Fix release permissions and enable abi3 support

1. Add `permissions: contents: write` to the release workflow to fix 403 errors.
2. Enable `abi3-py37` feature in `Cargo.toml` to generate Python wheels compatible with Python 3.7+ (abi3).

v0.2.4

11 Dec 18:10

Choose a tag to compare

Fix 403 error in release workflow

Added `permissions: contents: write` to the release job in .github/workflows/build-and-test.yml.
This allows the release action to create releases and upload artifacts.