File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
publish_development :
9
9
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 }}
15
14
16
15
publish_release :
17
16
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 }}
You can’t perform that action at this time.
0 commit comments