Skip to content

Commit

Permalink
ci: bump version of upload-artifact(#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov authored Feb 24, 2025
1 parent 433c899 commit fda33e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Build dist
run: pipx run build --sdist --wheel

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: |
dist/*.tar.gz
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
Changelog
=========

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


Version 2.5.2 (Feb 24, 2025)
--------------------------
Yanked to CI failure, released as 2.5.3


Version 2.5.1 (Mar 26, 2024)
--------------------------
Changes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
maintainer_email="sergei.a.izmailov@gmail.com",
description="PEP 561 type stubs generator for pybind11 modules",
url="https://github.com/sizmailov/pybind11-stubgen",
version="2.5.2",
version="2.5.3",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
license="BSD",
Expand Down

0 comments on commit fda33e7

Please sign in to comment.