codex-python 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
codex/__init__.py CHANGED
@@ -27,4 +27,4 @@ __all__ = [
27
27
  ]
28
28
 
29
29
  # Managed by Hatch via pyproject.toml [tool.hatch.version]
30
- __version__ = "0.1.0"
30
+ __version__ = "0.1.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codex-python
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A minimal Python library scaffold for codex-python
5
5
  Project-URL: Homepage, https://github.com/gersmann/codex-python
6
6
  Project-URL: Repository, https://github.com/gersmann/codex-python
@@ -113,8 +113,10 @@ export PYPI_API_TOKEN="pypi-XXXX" # create at https://pypi.org/manage/account/t
113
113
  uv publish --token "$PYPI_API_TOKEN"
114
114
  ```
115
115
 
116
- - GitHub Actions: add a repository secret `PYPI_API_TOKEN` and push a tag like `v0.1.0`.
117
- The workflow at `.github/workflows/publish.yml` builds and publishes with `uv` on `v*` tags.
116
+ - GitHub Actions (Trusted Publishing): enable PyPI Trusted Publishing for
117
+ `gersmann/codex-python` and push a tag like `v0.1.0`. No token is needed.
118
+ The workflow at `.github/workflows/publish.yml` requests an OIDC token and
119
+ runs `uv publish --trusted-publishing=always` on `v*` tags.
118
120
 
119
121
  ### Dev tooling
120
122
 
@@ -0,0 +1,7 @@
1
+ codex/__init__.py,sha256=FsirGg1w3wP202sQMBOAOHkjglZU20dtRI6ZFLbN3z4,514
2
+ codex/api.py,sha256=aP1OcnMxSF-vJyxwVIllbydmrFiUESsuePvCyYkBXxo,4614
3
+ codex/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
+ codex_python-0.1.1.dist-info/METADATA,sha256=2_XGcNNm1g1q--mnoJSktrsdNo6IbZS3kcI0mcnXlcw,4351
5
+ codex_python-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ codex_python-0.1.1.dist-info/licenses/LICENSE,sha256=ZhGahTKhsCbPWNmZ7ugZ14LVewMo4Gh1OeIOlQabyrI,1066
7
+ codex_python-0.1.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- codex/__init__.py,sha256=E7HRcKV0xN5jhgmzYsAkQ2lm1KngmQgiH1T1LbQQ1mU,514
2
- codex/api.py,sha256=aP1OcnMxSF-vJyxwVIllbydmrFiUESsuePvCyYkBXxo,4614
3
- codex/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
- codex_python-0.1.0.dist-info/METADATA,sha256=sVDPpdgXr-zFL0ege7Spc6ctWuPVE4-Sjnwb17Sls98,4246
5
- codex_python-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- codex_python-0.1.0.dist-info/licenses/LICENSE,sha256=ZhGahTKhsCbPWNmZ7ugZ14LVewMo4Gh1OeIOlQabyrI,1066
7
- codex_python-0.1.0.dist-info/RECORD,,