File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 35
35
runs-on : ubuntu-latest
36
36
environment :
37
37
name : pypi
38
- url : https://pypi.org/p/neo4j-genai
38
+ url : https://pypi.org/p/neo4j-graphrag
39
39
permissions :
40
40
id-token : write
41
41
steps :
46
46
path : dist/
47
47
- name : Publish distribution 📦 to PyPI
48
48
uses : pypa/gh-action-pypi-publish@release/v1
49
+
50
+ publish-to-test-pypi :
51
+ name : TestPyPI
52
+ needs :
53
+ - build
54
+ runs-on : ubuntu-latest
55
+
56
+ environment :
57
+ name : testpypi
58
+ url : https://test.pypi.org/p/neo4j-graphrag
59
+
60
+ permissions :
61
+ id-token : write
62
+
63
+ steps :
64
+ - name : Download all the dists
65
+ uses : actions/download-artifact@v4
66
+ with :
67
+ name : python-package-distributions
68
+ path : dist/
69
+ - name : Publish distribution 📦 to TestPyPI
70
+ uses : pypa/gh-action-pypi-publish@release/v1
71
+ with :
72
+ repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments