Skip to content

Releases: laqieer/porypal-fe8

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 07:24
Bump version to 0.1.2

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 11:15
Bump version to 0.1.1

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 10:38
079d6a5
Add CI + release workflows (GitHub Release + PyPI publish job) (#2)

CI (.github/workflows/ci.yml): runs on push/PR to master across Python
3.9/3.11/3.12 — installs the package, smoke-tests `porypal-fe8 --help`,
an import check, a self-contained Pillow-generated extract test that
asserts a valid <=16-colour JASC .pal, and a wheel+sdist build.

Release (.github/workflows/release.yml): on `v*` tags, builds and attaches
the wheel+sdist to a GitHub Release; a separate `pypi` job publishes via
OIDC trusted publishing so the Release succeeds even before PyPI is set up.

Co-authored-by: laqieer <zhiwenzhu@microsoft.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>