Skip to content

Commit 0bbd2e4

Browse files
authored
fix duplicated configuration (#32)
1 parent 0e25279 commit 0bbd2e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
jobs:
1212
release-test-pypi:
13+
1314
# Upload to Test PyPI on every pushed tag.
14-
environment: release-pypi
1515
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
1616
runs-on: ubuntu-latest
1717
environment:

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
release-pypi:
12-
environment: release-pypi
12+
1313
# Upload to PyPI on every published release
1414
if: github.event.action == 'published'
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)