@@ -112,27 +112,6 @@ jobs:
|
|||||||
~/.osxcross
|
~/.osxcross
|
||||||
key: cache-ubuntu-maturin-cross-compile
|
key: cache-ubuntu-maturin-cross-compile
|
||||||
|
|
||||||
- name: Upload wheels
|
|
||||||
uses: actions/upload-artifact@v3.2.2
|
|
||||||
with:
|
|
||||||
path: dist/kmeans-*
|
|
||||||
|
|
||||||
release:
|
|
||||||
name: Release
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: [wheels]
|
|
||||||
permissions:
|
|
||||||
# Use to sign the release artifacts
|
|
||||||
id-token: write
|
|
||||||
# Used to upload release artifacts
|
|
||||||
contents: write
|
|
||||||
steps:
|
|
||||||
- uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
path: dist/
|
|
||||||
- name: ls dist
|
|
||||||
run: |
|
|
||||||
ls dist
|
|
||||||
- name: Publish to PyPI
|
- name: Publish to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user