Skip to content

Commit 99eccd9

Browse files
Bump CHANGELOG entry and enable trusted publishing
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 8c412dc commit 99eccd9

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ jobs:
141141
needs:
142142
- create-gh-release
143143
runs-on: ubuntu-24.04
144+
environment: pypi-publish
145+
permissions:
146+
id-token: write
144147

145148
steps:
146149
- name: Download builds
@@ -151,5 +154,3 @@ jobs:
151154
- name: Publish to PyPI
152155
if: startsWith(github.ref, 'refs/tags')
153156
uses: pypa/gh-action-pypi-publish@release/v1
154-
with:
155-
password: ${{ secrets.PYPI_API_TOKEN }}

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
v0.1.0
5+
------
6+
7+
*2025-10-29* -- Drop python 3.9 support and add python 3.14 support
8+
49
v0.0.2
510
------
611

0 commit comments

Comments
 (0)