From e9e572217de0b77ae699cd090e30d66a4cff7ac9 Mon Sep 17 00:00:00 2001 From: ShyPixie Date: Sat, 3 Dec 2022 02:52:47 -0300 Subject: [PATCH] bump version --- .github/workflows/build.yml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a663c7d..ca63304 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,14 +127,14 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.10' - - run: python -m pip install auditwheel + - run: python -m pip install patchelf auditwheel - run: python ./tools/auditwheel_.py repair --plat manylinux2014_x86_64 linux/dist/stlib-*cp310*.whl #- run: python ./tools/auditwheel_.py repair --plat manylinux2014_armv7l rpi_armv7/dist/stlib-*cp310*.whl #- run: python ./tools/auditwheel_.py repair --plat manylinux2014_aarch64 rpi_aarch64/dist/stlib-*cp310*.whl - uses: actions/setup-python@v4 with: python-version: '3.9' - - run: python -m pip install auditwheel + - run: python -m pip install patchelf auditwheel - run: python ./tools/auditwheel_.py repair --plat manylinux2014_x86_64 linux/dist/stlib-*cp39*.whl - run: mv windows/dist/stlib-*win_amd64.whl wheelhouse/ - uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/setup.py b/setup.py index 4bc3e9e..2478c2e 100755 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def run(self): setup( name='stlib', - version='1.0.3', + version='1.0.4', description="Async library that provides features related to Steam client and compatible stuffs", long_description=long_description, long_description_content_type='text/markdown',