Skip to content

Commit fda33e7

Browse files
authored
ci: bump version of upload-artifact(#246)
1 parent 433c899 commit fda33e7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- name: Build dist
172172
run: pipx run build --sdist --wheel
173173

174-
- uses: actions/upload-artifact@v2
174+
- uses: actions/upload-artifact@v4
175175
with:
176176
path: |
177177
dist/*.tar.gz

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
Changelog
22
=========
33

4-
Version 2.5.2 (Feb 24, 2025)
4+
Version 2.5.3 (Feb 24, 2025)
55
--------------------------
66
Changes:
77
- ✨ Ignore technical dunder Python 3.13 fields (`__static_attributes__` and `__firstlineno__`): (#243) by @nim65s
88
- 🔧 CI: Drop Python 3.7, add Python 3.13 (#243) by @nim65s
99

1010

11+
Version 2.5.2 (Feb 24, 2025)
12+
--------------------------
13+
Yanked to CI failure, released as 2.5.3
14+
15+
1116
Version 2.5.1 (Mar 26, 2024)
1217
--------------------------
1318
Changes:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
maintainer_email="[email protected]",
77
description="PEP 561 type stubs generator for pybind11 modules",
88
url="https://github.com/sizmailov/pybind11-stubgen",
9-
version="2.5.2",
9+
version="2.5.3",
1010
long_description=open("README.md").read(),
1111
long_description_content_type="text/markdown",
1212
license="BSD",

0 commit comments

Comments
 (0)