Skip to content

Commit

Permalink
Version v1.0.0a3, more build fixex
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Jun 15, 2024
1 parent f4415be commit e85dfc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip-wheel-args: '-w ./dist --no-deps --no-build-isolation'
system-packages: 'capnproto'
- name: Remove obsolete wheels
run: sudo rm dist/*manylinux_2_17_x86_64.whl
run: sudo rm -f dist/*manylinux_2_5_x86_64.whl dist/*manylinux_2_17_x86_64.whl
- name: Build manylinux Python 3.10 wheels
uses: RalfG/[email protected]
with:
Expand All @@ -42,7 +42,7 @@ jobs:
pip-wheel-args: '-w ./dist --no-deps --no-build-isolation'
system-packages: 'capnproto'
- name: Remove obsolete wheels
run: sudo rm dist/*manylinux_2_5_x86_64.whl
run: sudo rm -f dist/*manylinux_2_5_x86_64.whl dist/*manylinux_2_17_x86_64.whl
- name: Build manylinux Python 3.11 wheels
uses: RalfG/[email protected]
with:
Expand All @@ -52,7 +52,7 @@ jobs:
pip-wheel-args: '-w ./dist --no-deps --no-build-isolation'
system-packages: 'capnproto'
- name: Remove obsolete wheels
run: sudo rm dist/*manylinux_2_5_x86_64.whl
run: sudo rm -f dist/*manylinux_2_5_x86_64.whl dist/*manylinux_2_17_x86_64.whl
- name: Build python files #(Yes this is redundant but poetry wont include python files in wheels that don't exist when it starts)
uses: RalfG/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "podping-schemas"
version = "1.0.0a2"
version = "1.0.0a3"
description = ""
authors = ["Alecks Gates <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e85dfc8

Please sign in to comment.