try publish to pypi from CI
CI / wheels (push) Failing after 3m54s

This commit is contained in:
Wim Pomp
2026-04-18 16:28:30 +02:00
parent d3a3fe46ae
commit 1f61b69aae
-21
View File
@@ -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: