Skip to content

Commit d18a2ae

Browse files
authored
Once Again, Update Release Workflow (#21)
1 parent 5657085 commit d18a2ae

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ on:
77
jobs:
88
publish_development:
99
if: github.event_name == 'push'
10-
steps:
11-
- uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
12-
with:
13-
repository_url: https://test.pypi.org/
14-
token: ${{ secrets.TEST_PYPI_API_TOKEN }}
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 }}
1514

1615
publish_release:
1716
if: github.event_name == 'release' && github.event.action == 'published'
18-
steps:
19-
- uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
20-
with:
21-
repository_url: https://pypi.org/
22-
token: ${{ secrets.PYPI_API_TOKEN }}
17+
uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
18+
with:
19+
repository_url: https://pypi.org/
20+
token: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)