Skip to content

Commit

Permalink
Stub setup.py check
Browse files Browse the repository at this point in the history
There is only `setup.py.in` template
pypa/cibuildwheel#1139
  • Loading branch information
abitrolly authored Jun 14, 2022
1 parent e0d3171 commit 766170c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Stub `setup.py` check
# It will be generated during CMake run
# https://github.com/pypa/cibuildwheel/issues/1139
run: touch python/setup.py

- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit 766170c

Please sign in to comment.