Skip to content

Commit 9465032

Browse files
authored
Prep rls 0.4.3 (#72)
* Update to v0.4.2 and improve packaging metadata Bump version to 0.4.2. Enhance setup.cfg with full metadata and dependencies, and simplify setup.py to only call setup(). * Bump version to 0.4.3 and update tests workflow Updated the GitHub Actions tests workflow to specify the packages_dir for PyPI publishing. Updated CHANGELOG for version 0.4.3 and incremented the package version in __init__.py.
1 parent 20245cb commit 9465032

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
user: __token__
2727
password: ${{ secrets.PYPI_KEY }}
28-
28+
packages_dir: dist/

CHANGELOG.md

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

3+
## 0.4.3 - 2026-01-14
4+
5+
### Fixed
6+
7+
- Added missing information in `tests.yml`.
8+
39
## 0.4.2 - 2026-01-14
410

511
### Fixed

sphinx_togglebutton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
MESSAGE_CATALOG_NAME = "togglebutton"
1010
translate = get_translation(MESSAGE_CATALOG_NAME)
1111

12-
__version__ = "0.4.2"
12+
__version__ = "0.4.3"
1313

1414

1515
def st_static_path(app):

0 commit comments

Comments
 (0)