We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dea59 commit 5a0ef7bCopy full SHA for 5a0ef7b
1 file changed
.github/workflows/python_deploy_prod.yml
@@ -29,7 +29,7 @@ jobs:
29
if: ${{ github.event_name == 'release' || github.event.inputs.publish-conda == 'true' }}
30
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_conda_assets.yml@main
31
with:
32
- virtual-repo-names: '["public-conda-prod"]'
+ virtual-repo-names: '["public-noremote-conda-prod"]'
33
release-tag: ${{ github.event.release.tag_name || github.event.inputs.release-tag }}
34
secrets:
35
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}
0 commit comments