Skip to content

Commit 5a0ef7b

Browse files
committed
use "noremote" conda repo on Artifactory
1 parent 37dea59 commit 5a0ef7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_deploy_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ github.event_name == 'release' || github.event.inputs.publish-conda == 'true' }}
3030
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_conda_assets.yml@main
3131
with:
32-
virtual-repo-names: '["public-conda-prod"]'
32+
virtual-repo-names: '["public-noremote-conda-prod"]'
3333
release-tag: ${{ github.event.release.tag_name || github.event.inputs.release-tag }}
3434
secrets:
3535
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}

0 commit comments

Comments
 (0)