Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mng-dev-ai committed Nov 23, 2023
1 parent c5c2b7d commit 559dd5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libssl-dev pkg-config
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -95,7 +100,7 @@ jobs:
name: dist
path: dist

release:
release:
name: Release
runs-on: ubuntu-latest
needs: [linux, windows, macos, sdist]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: CI

on:
pull_request:
Expand Down

0 comments on commit 559dd5d

Please sign in to comment.