Skip to content

Commit 2cd2f1c

Browse files
committed
fix(ci): remove inappropriate step parameter which was not there before and should not be there
1 parent 1147c59 commit 2cd2f1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,9 @@ jobs:
137137
- name: Publish to PyPI
138138
if: needs.setup.outputs.publish_env=='pypi'
139139
uses: pypa/gh-action-pypi-publish@release/v1
140-
with:
141-
environment: pypi
142140

143141
- name: Publish to TestPyPI
144142
if: needs.setup.outputs.publish_env=='testpypi'
145143
uses: pypa/gh-action-pypi-publish@release/v1
146144
with:
147-
environment: testpypi
148145
repository-url: https://test.pypi.org/uploads/legacy

0 commit comments

Comments
 (0)