Skip to content

Commit e12b506

Browse files
authored
Remove Test Publishing (#22)
1 parent d18a2ae commit e12b506

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@ name: Publish Python Package
22
on:
33
release:
44
types: [published]
5-
push:
65

76
jobs:
8-
publish_development:
9-
if: github.event_name == 'push'
10-
uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
11-
with:
12-
repository_url: https://test.pypi.org/
13-
token: ${{ secrets.TEST_PYPI_API_TOKEN }}
14-
157
publish_release:
168
if: github.event_name == 'release' && github.event.action == 'published'
179
uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
1810
with:
1911
repository_url: https://pypi.org/
12+
secrets:
2013
token: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)