File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ jobs:
44
44
uses : pyo3/maturin-action@v1
45
45
with :
46
46
command : publish
47
- token : ${{ secrets.PYPI_TOKEN }}
48
47
manylinux : auto
49
48
python-version : ${{ matrix.python-version }}
50
49
extra-args : --skip-existing
50
+ env :
51
+ MATURIN_PASSWORD : ${{ secrets.PYPI_TOKEN }}
52
+ GITHUB_TOKEN : ${{ secrets.GH_ACTION }}
51
53
52
54
build-and-publish-macos :
53
55
runs-on : macos-latest
67
69
uses : pyo3/maturin-action@v1
68
70
with :
69
71
command : publish
70
- token : ${{ secrets.PYPI_TOKEN }}
71
72
python-version : ${{ matrix.python-version }}
72
73
extra-args : " --universal2 --skip-existing"
74
+ env :
75
+ MATURIN_PASSWORD : ${{ secrets.PYPI_TOKEN }}
76
+ GITHUB_TOKEN : ${{ secrets.GH_ACTION }}
73
77
74
78
build-and-publish-windows :
75
79
runs-on : windows-latest
95
99
uses : pyo3/maturin-action@v1
96
100
with :
97
101
command : publish
98
- token : ${{ secrets.PYPI_TOKEN }}
99
102
python-version : ${{ matrix.python-version }}
100
103
extra-args : --skip-existing
104
+ env :
105
+ MATURIN_PASSWORD : ${{ secrets.PYPI_TOKEN }}
106
+ GITHUB_TOKEN : ${{ secrets.GH_ACTION }}
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ version = "2.0.0"
4
4
edition = " 2018"
5
5
license-file = " LICENSE"
6
6
readme = " README.md"
7
+ documentation = " https://github.com/synerise/cleora"
8
+ homepage = " https://github.com/synerise/cleora"
9
+ repository = " https://github.com/synerise/cleora"
7
10
description = """
8
11
Sparse graph structure and markov-propagation on embeddings exposed via python bindings
9
12
"""
You can’t perform that action at this time.
0 commit comments