Skip to content

Commit 29075d2

Browse files
committed
Release pydevd 3.4.0 (update cibuildwheel).
1 parent d9954c1 commit 29075d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pydevd-release-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v3
2525

2626
- name: Install cibuildwheel
27-
run: python -m pip install cibuildwheel==2.21.2
27+
run: python -m pip install cibuildwheel==3.1.4
2828

2929
- name: Remove .so files (will be rebuilt)
3030
run: rm pydevd_attach_to_process/*.so

build_tools/pydevd_release_process.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Update cython-generated files (must update cython and then run build_tools/build
77

88
Create tag:
99
-----------
10-
git tag pydev_debugger_3_3_0 -a -m "PyDev.Debugger 3.3.0"
11-
git push origin pydev_debugger_3_3_0
10+
git tag pydev_debugger_3_4_0 -a -m "PyDev.Debugger 3.4.0"
11+
git push origin pydev_debugger_3_4_0
1212

1313

1414
(pushing the tag does the release to PyPi now)

pydevd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
if USE_CUSTOM_SYS_CURRENT_FRAMES_MAP:
174174
from _pydevd_bundle.pydevd_constants import constructed_tid_to_last_frame
175175

176-
__version_info__ = (3, 3, 0)
176+
__version_info__ = (3, 4, 0)
177177
__version_info_str__ = []
178178
for v in __version_info__:
179179
__version_info_str__.append(str(v))

0 commit comments

Comments
 (0)