Skip to content

Commit

Permalink
Version v1.0.0a2, build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Jun 15, 2024
1 parent bbff74c commit f4415be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .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_5_x86_64.whl
run: sudo rm dist/*manylinux_2_17_x86_64.whl
- name: Build manylinux Python 3.10 wheels
uses: RalfG/[email protected]
with:
Expand Down
46 changes: 7 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0a1"
version = "1.0.0a2"
description = ""
authors = ["Alecks Gates <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f4415be

Please sign in to comment.