File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 # yamllint disable-line rule:line-length
134134 uses : os-climate/osc-github-devops/.github/actions/pypi-version-check-action@main
135135 with :
136- index_url : ${{ env.base_url }} /simple
136+ index_url : https://test.pypi.org /simple
137137 package_name : ${{ steps.naming.outputs.python_project_name }}
138138 package_version : ${{ needs.repository.outputs.build_tag }}
139139 environment : " development"
@@ -187,7 +187,6 @@ jobs:
187187 # yamllint disable-line rule:line-length
188188 uses : os-climate/osc-github-devops/.github/actions/pypi-version-check-action@main
189189 with :
190- index_url : ${{ env.base_url }}/simple
191190 package_name : ${{ steps.naming.outputs.python_project_name }}
192191 package_version : ${{ needs.repository.outputs.build_tag }}
193192 environment : " production"
You can’t perform that action at this time.
0 commit comments