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 c5b9356 commit 53ca1ccCopy full SHA for 53ca1cc
.github/workflows/ci.yaml
@@ -122,8 +122,8 @@ jobs:
122
!contains ( github.event.head_commit.message, 'chore(release)' )
123
concurrency: release
124
environment:
125
- name: testpypi
126
- url: https://test.pypi.org/p/pyneo4j-ogm
+ name: release
+ url: https://pypi.org/p/pyneo4j-ogm
127
permissions:
128
id-token: write
129
contents: write
@@ -141,5 +141,3 @@ jobs:
141
142
- name: Publish package distributions to PyPI
143
uses: pypa/gh-action-pypi-publish@release/v1
144
- with:
145
- repository-url: https://test.pypi.org/legacy/
0 commit comments