Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
calendulish committed Dec 3, 2022
1 parent e03fa8e commit e9e5722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e9e5722

Please sign in to comment.