Skip to content

Commit ab90a23

Browse files
authored
fix: release ci (#1182)
1 parent 1bf78d1 commit ab90a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
uses: PyO3/maturin-action@v1
196196
with:
197197
command: sdist
198-
args: --out dist
198+
args: -i python --out dist
199199
- name: Publish to PyPi
200200
env:
201201
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)