Skip to content

Commit

Permalink
fix: fixing deploy and stopping infinite run loop
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Jan 27, 2023
1 parent 29d61d2 commit 1e63a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: wheels
path: dist
- name: push to pypi
run: |
pip install poetry
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ branch = "main"
upload_to_pypi = false
upload_to_release = true
build_command = "mkdir dist"
commit_subject = "{version} [skip ci]"

[tool.maturin]
features = ["pyo3/extension-module"]

0 comments on commit 1e63a10

Please sign in to comment.