There was an error while loading. Please reload this page.
1 parent 3d74ab4 commit 4d1dfdbCopy full SHA for 4d1dfdb
1 file changed
.github/workflows/dev-release.yml
@@ -71,9 +71,12 @@ jobs:
71
# artifact carries the same metadata-free version the gate saw.
72
UV_DYNAMIC_VERSIONING_BYPASS="${{ steps.check_version.outputs.version }}" uv build
73
74
+ # Publishes via PyPI trusted publishing (OIDC) — the PYPI_TOKEN secret no
75
+ # longer exists (stable releases attest via the release.yml trusted
76
+ # publisher). Requires a PyPI trusted-publisher registration for
77
+ # dev-release.yml on the basic-memory project.
78
- name: Publish dev version to PyPI
79
if: steps.check_version.outputs.is_dev == 'true'
80
uses: pypa/gh-action-pypi-publish@release/v1
81
with:
- password: ${{ secrets.PYPI_TOKEN }}
82
skip-existing: true # Don't fail if version already exists
0 commit comments