We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525036a commit a05a06bCopy full SHA for a05a06b
.github/workflows/publish.yaml
@@ -46,27 +46,3 @@ jobs:
46
path: dist/
47
- name: Publish distribution 📦 to PyPI
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
72
- repository-url: https://test.pypi.org/legacy/
0 commit comments