File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Version 2.5.2 (Feb 24, 2025)
4+ Version 2.5.3 (Feb 24, 2025)
55--------------------------
66Changes:
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+
1116Version 2.5.1 (Mar 26, 2024)
1217--------------------------
1318Changes:
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments