@@ -115,7 +115,6 @@ jobs:
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
env:
|
||||
GITHUB_WORKFLOW_REF: 1.10.1
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ requires = ["maturin>=1.9.4,<2.0"]
|
||||
build-backend = "maturin"
|
||||
|
||||
[project]
|
||||
name = "kmeans"
|
||||
name = "kmeans_rs"
|
||||
dynamic = ["version"]
|
||||
authors = [
|
||||
{ name = "Wim Pomp", email = "w.pomp@nki.nl" },
|
||||
|
||||
Reference in New Issue
Block a user