Skip to content

Commit 4b68f67

Browse files
committed
bump version to 0.4.18
1 parent 74a2fd1 commit 4b68f67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cibuildwheel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-22.04, windows-2022, macos-13, macos-latest]
21+
os: [ubuntu-22.04, windows-2022, macos-latest]
2222

2323
steps:
2424
# Note: the action happens inside a docker image
@@ -42,7 +42,7 @@ jobs:
4242
CIBW_BEFORE_TEST: pip install -r test_requirements.txt
4343
CIBW_TEST_COMMAND: cd {package} && pytest vmprof jitlog -vv
4444
CIBW_TEST_COMMAND_WINDOWS: cd /d {package} && pytest vmprof jitlog -vv
45-
CIBW_TEST_SKIP: "*-*{linux_{aarch64,ppc64le,s390x},macos_x86_64}"
45+
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x}"
4646

4747
- uses: actions/upload-artifact@v4
4848
with:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def run(self):
111111
name='vmprof',
112112
author='vmprof team',
113113
author_email='[email protected]',
114-
version="0.4.17",
114+
version="0.4.18",
115115
packages=find_packages(),
116116
description="Python's vmprof client",
117117
long_description='See https://vmprof.readthedocs.org/',

0 commit comments

Comments
 (0)