@@ -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
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user