Skip to content

Commit

Permalink
added wheel step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alanisaac committed Oct 11, 2023
1 parent f7fa96f commit 6fe2089
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test-rules-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,18 @@ jobs:
- name: Run tests
run: |
pydocstyle .
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: "./.github/actions/setup-rules-engine"
with:
python-version: ${{ matrix.python-version }}
- name: Build wheel
run: |
python -m build

0 comments on commit 6fe2089

Please sign in to comment.