Skip to content

Commit

Permalink
commit version change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Dec 31, 2023
1 parent 8493c81 commit bf3fe2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,14 @@ jobs:
pypy -m pytest vmprof -v || FAILED=true
pypy -m pytest jitlog -v || FAILED=true
if [ "FAILED" == true ]; then exit 1; fi
# Uh-oh. packaging.tags does not support a pp3-none-any wheel tag.
# The wheel name is something like
# vmprof-0.4.15-py3-none-any.whl
# when it should be
# vmprof-0.4.15-pp3-none-any.whl
# Once https://github.com/pypa/packaging/pull/466 goes in, uncomment
mv vmprof*-{py3,pp3}-none-any.whl
ls ./*.whl
- uses: actions/upload-artifact@v3
with:
path: vmprof*.whl
path: ./vmprof*.whl

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run(self):
name='vmprof',
author='vmprof team',
author_email='[email protected]',
version="0.4.16",
version="0.4.17",
packages=find_packages(),
description="Python's vmprof client",
long_description='See https://vmprof.readthedocs.org/',
Expand Down

0 comments on commit bf3fe2e

Please sign in to comment.