Skip to content

Commit de18251

Browse files
author
Emily Voss
authored
Enable trusted publishing (#471)
1 parent 37f84a2 commit de18251

File tree

4 files changed

+33
-30
lines changed

4 files changed

+33
-30
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646

4747
- name: Publish to PyPI
4848
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
49-
with:
50-
password: ${{ secrets.PYPI_API_TOKEN }}
5149

5250
# Best-effort: attempt Azure upload even if PyPI fails, but only if build succeeded.
5351
# continue-on-error allows the workflow to pass when Azure secrets are not configured.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.5.2
2+
3+
### Fix
4+
- Switch to PyPI trusted publishing (OIDC) and remove API token auth
5+
16
## 1.5.1
27

38
### Fix
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.1" # pragma: no cover
1+
__version__ = "1.5.2" # pragma: no cover

uv.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)