Skip to content

Tags: cueapi/cueapi-python

Tags

v0.1.2

Toggle v0.1.2's commit message
v0.1.2 — add Bug Tracker URL to PyPI metadata

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
security: add PEP 740 attestations to PyPI publish (#17)

* security: add PEP 740 attestations to PyPI publish workflow

- Pin pypa/gh-action-pypi-publish to SHA (v1.14.0)
- Enable attestations: true for PEP 740 provenance
- Add test job before publish (tests must pass before release)
- Add explicit permissions: { contents: read } at workflow level
- Bump version to 0.1.1
- Document attestation in README

Co-Authored-By: Claude Opus 4.6 <[email protected]>

* fix: remove test job from publish workflow

SDK tests are integration tests requiring staging API + service
containers. They run on PRs via feature-to-main.yml. The publish
workflow trusts that tests passed during the PR process.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

---------

Co-authored-by: Gk <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>

v0.1.0

Toggle v0.1.0's commit message
docs: fix README description line