Skip to content

Commit

Permalink
ci(docs): Update to build rust extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Sep 27, 2022
1 parent 72e05e2 commit 10b320d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ jobs:
runs-on: ubuntu-latest
needs: build_python_dist
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -154,7 +153,6 @@ jobs:
with:
python-version: '3.10'
- run: python -m pip install dist/*.tar.gz
- run: python -m unittest discover ./test

semantic_release_publish:
name: Publish to GitHub
Expand Down

0 comments on commit 10b320d

Please sign in to comment.