try publish to pypi from CI
CI / wheels (push) Successful in 4m4s

This commit is contained in:
Wim Pomp
2026-04-18 16:40:33 +02:00
parent 94e780f1e5
commit 81441e570a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -115,7 +115,6 @@ jobs:
- 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:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }} password: ${{ secrets.PYPI_API_TOKEN }}
env: env:
GITHUB_WORKFLOW_REF: 1.10.1 GITHUB_WORKFLOW_REF: 1.10.1
+1 -1
View File
@@ -3,7 +3,7 @@ requires = ["maturin>=1.9.4,<2.0"]
build-backend = "maturin" build-backend = "maturin"
[project] [project]
name = "kmeans" name = "kmeans_rs"
dynamic = ["version"] dynamic = ["version"]
authors = [ authors = [
{ name = "Wim Pomp", email = "w.pomp@nki.nl" }, { name = "Wim Pomp", email = "w.pomp@nki.nl" },