diff --git a/.github/workflows/python_deploy_prod.yml b/.github/workflows/python_deploy_prod.yml index f106594..b94c2ba 100644 --- a/.github/workflows/python_deploy_prod.yml +++ b/.github/workflows/python_deploy_prod.yml @@ -26,10 +26,10 @@ concurrency: jobs: call-workflow-conda-release: name: Publish production Conda package on JFrog Artifactory - uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_conda_assets.yml@main if: ${{ github.event_name == 'release' || github.event.inputs.publish-conda == 'true' }} + uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_conda_assets.yml@main with: - virtual-repo-names: '["public-conda-prod"]' + virtual-repo-names: '["public-noremote-conda-prod"]' release-tag: ${{ github.event.release.tag_name || github.event.inputs.release-tag }} secrets: JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }} diff --git a/pylintrc b/pylintrc index c7593f0..7297237 100644 --- a/pylintrc +++ b/pylintrc @@ -343,7 +343,7 @@ exclude-too-few-public-methods= ignored-parents= # Maximum number of arguments for function / method. -max-args=6 +max-args=9 # as long as not hitting too-many-positional-arguments # Maximum number of attributes for a class (see R0902). max-attributes=16 diff --git a/recipe.yaml b/recipe.yaml index 0db63fe..433ea44 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -13,9 +13,13 @@ source: path: ../omf build: - number: 0 + number: 1 noarch: python script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation + python: + entry_points: + - geoh5_to_omf = omf.scripts.geoh5_to_omf:main + - omf_to_geoh5 = omf.scripts.omf_to_geoh5:main requirements: host: