PyPI publication¶
Version 1.3.0 is published on both package indexes:
The production page, anonymous wheel download, complete dependency installation,
installed sxs --help, core scientific imports, and pip check were verified on
2026-09-11 with Python 3.11. pip check reported no broken requirements.
Trusted publisher configuration¶
Both indexes use GitHub Actions trusted publishing with these values:
| Field | Value |
|---|---|
| PyPI project | scix-exoplanet-search |
| GitHub owner | Science-Experimental-Technologies |
| Repository | Exoplanet-Search |
| Workflow | publish-pypi.yml |
| PyPI environment | pypi |
| TestPyPI environment | testpypi |
The matching GitHub environments exist, and the production pypi environment
requires deployment approval. Trusted publishing uses short-lived OpenID Connect
credentials; no long-lived PyPI token is stored in repository secrets.
Verified publication sequence¶
- The TestPyPI trusted publisher uploaded the release in workflow run 2.
- The TestPyPI wheel was installed anonymously and its package version and
sxsconsole entry point were verified. - The production trusted publisher uploaded the identical release wheel after environment approval in workflow run 3.
- A clean production installation resolved the full dependency set, ran
sxs --help, imported NumPy, SciPy, pandas, Astropy, Lightkurve, scikit-learn, and batman, and passedpip check.
The workflow downloads the already published GitHub release wheel, verifies it
against SHA256SUMS.txt, checks its layout and CLI, and passes that same file to
the package index. It does not rebuild a different artifact under the same
version. Package-index versions cannot be overwritten; publish a new semantic
version to correct a released distribution.
Official guidance: PyPA trusted publishing with GitHub Actions.