Skip to content

Commit ff9f0ac

Browse files
committed
[GEOPY-2049] pull 3rd party open source packages from conda-forge
not from artifactory Use changes by DEVOPS-678
1 parent f873253 commit ff9f0ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python_deploy_dev.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ concurrency:
1212
jobs:
1313
call-workflow-conda-publish:
1414
name: Publish development conda package on JFrog Artifactory
15-
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-publish_rattler_package.yml@main
15+
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-publish_rattler_package.yml@DEVOPS-678
1616
with:
1717
package-name: 'mira-omf'
1818
python-version: '3.10'
19-
source-repo-names: '["public-conda-dev-local", "conda-forge-dev-remote"]'
19+
source-repo-names: '["public-noremote-conda-dev"]'
20+
conda-channels: '["conda-forge"]'
2021
publish-repo-names: '["public-conda-dev"]'
2122
secrets:
2223
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}

0 commit comments

Comments
 (0)