Skip to content

Commit

Permalink
Build only wheels for python 3.8/3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Feb 27, 2022
1 parent d9f198d commit a4f31dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:
uses: JRubics/poetry-publish@v1.10
with:
python_version: "3.9.10"
build_format: wheel
ignore_dev_requirements: "yes"
pypi_token: ${{ secrets.PYPI_TOKEN }}
extra_build_dependency_packages: "capnproto libzmq3-dev"
- name: Build and publish to pypi (3.8)
uses: JRubics/poetry-publish@v1.10
with:
python_version: "3.8.12"
build_format: wheel
ignore_dev_requirements: "yes"
pypi_token: ${{ secrets.PYPI_TOKEN }}
extra_build_dependency_packages: "capnproto libzmq3-dev"

0 comments on commit a4f31dc

Please sign in to comment.