Skip to content

Commit dbd8653

Browse files
Chore: Pass index URL correctly to check-remote (#289)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 799cfaf commit dbd8653

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)