|
|
|
@ -25,6 +25,7 @@ jobs: |
|
|
|
run: python -m cibuildwheel --output-dir wheelhouse |
|
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: wheelhouse |
|
|
|
path: ./wheelhouse/*.whl |
|
|
|
|
|
|
|
build_sdist: |
|
|
|
@ -41,6 +42,7 @@ jobs: |
|
|
|
- run: poetry build --format sdist |
|
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: wheelhouse |
|
|
|
path: ./dist/*.tar.gz |
|
|
|
|
|
|
|
upload_pypi: |
|
|
|
@ -50,7 +52,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/download-artifact@v2 |
|
|
|
with: |
|
|
|
name: artifact |
|
|
|
name: wheelhouse |
|
|
|
path: dist |
|
|
|
|
|
|
|
- uses: pypa/gh-action-pypi-publish@master |
|
|
|
|