Skip to content

Commit d98da1f

Browse files
committed
changelog: Add date
1 parent 624591e commit d98da1f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: push
33
jobs:
44
build:
55
runs-on: ubuntu-latest
6+
permissions:
7+
id-token: write
68
steps:
79
- uses: actions/checkout@v4
810
- uses: actions/setup-python@v5
@@ -13,11 +15,8 @@ jobs:
1315
- name: Publish to TestPyPI
1416
uses: pypa/gh-action-pypi-publish@release/v1
1517
with:
16-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
1718
repository-url: https://test.pypi.org/legacy/
1819
skip-existing: true
1920
- name: Publish to PyPI
2021
if: startsWith(github.ref, 'refs/tags')
2122
uses: pypa/gh-action-pypi-publish@release/v1
22-
with:
23-
password: ${{ secrets.PYPI_API_TOKEN }}

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.2.3 - February 23, 2024
2+
-------------------------
33

44
* Add Python 3.8, 3.9, 3.10, 3.11, 3.12 support.
55
* Drop support for Python 2.7 (EOL 2020-01-01), 3.4 (2019-03-18), 3.5 (2020-09-13), 3.6 (2021-12-23), 3.7 (2023-06-27).

0 commit comments

Comments
 (0)