We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6ce3e commit dfc2ee6Copy full SHA for dfc2ee6
.github/workflows/python-publish.yml
@@ -28,12 +28,11 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- pip install build
32
- - name: Build manylinux Python wheels
33
- uses: tmtenbrink/[email protected]
+ pip install build maturin
+ - uses: PyO3/maturin-action@v1
34
with:
35
- python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
36
- build-requirements: 'build'
+ command: build
+ args: --release --sdist -o dist
37
- name: Publish package
38
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
39
0 commit comments