We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18a2ae commit e12b506Copy full SHA for e12b506
.github/workflows/release.yml
@@ -2,19 +2,12 @@ name: Publish Python Package
2
on:
3
release:
4
types: [published]
5
- push:
6
7
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
-
15
publish_release:
16
if: github.event_name == 'release' && github.event.action == 'published'
17
uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
18
with:
19
repository_url: https://pypi.org/
+ secrets:
20
token: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments