Skip to content

Commit 53ca1cc

Browse files
author
matmoncon
committed
ci: Update workflow for release
1 parent c5b9356 commit 53ca1cc

File tree

3 files changed

+3
-808
lines changed

3 files changed

+3
-808
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
!contains ( github.event.head_commit.message, 'chore(release)' )
123123
concurrency: release
124124
environment:
125-
name: testpypi
126-
url: https://test.pypi.org/p/pyneo4j-ogm
125+
name: release
126+
url: https://pypi.org/p/pyneo4j-ogm
127127
permissions:
128128
id-token: write
129129
contents: write
@@ -141,5 +141,3 @@ jobs:
141141

142142
- name: Publish package distributions to PyPI
143143
uses: pypa/gh-action-pypi-publish@release/v1
144-
with:
145-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)