Skip to content

Fix release workflow and bump version to 0.14.1#431

Merged
zihaowang678 merged 2 commits into
amazon-ion:masterfrom
zihaowang678:fix-release-workflow
Jun 5, 2026
Merged

Fix release workflow and bump version to 0.14.1#431
zihaowang678 merged 2 commits into
amazon-ion:masterfrom
zihaowang678:fix-release-workflow

Conversation

@zihaowang678
Copy link
Copy Markdown
Contributor

The v0.14.0 release failed because the test job installed the package without test dependencies, so pytest was never available. Install with .[test] to include pytest.

Also fix the version in src-python/amazon/__init__.py which was still at 0.13.0 — this caused the build to produce 0.13.0 artifacts from the v0.14.0 tag.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

The v0.14.0 release failed because the test job installed the package
without test dependencies, so pytest was never available. Install with
'.[test]' to include pytest.

Also fix the version in src-python/amazon/__init__.py which was still
at 0.13.0 — this caused the build to produce 0.13.0 artifacts from the
v0.14.0 tag.
Copy link
Copy Markdown
Contributor

@tgregg tgregg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but can you also update CHANGES.md with an entry for 0.14.1? It looks like the only change is an ion-c submodule update, so the entry will be short.

@zihaowang678 zihaowang678 merged commit 12a7574 into amazon-ion:master Jun 5, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants