Skip to content

Commit a05a06b

Browse files
authored
Removed job to publish to testpypi (#132)
1 parent 525036a commit a05a06b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/publish.yaml

-24
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,3 @@ jobs:
4646
path: dist/
4747
- name: Publish distribution 📦 to PyPI
4848
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/

0 commit comments

Comments
 (0)