Skip to content

Commit 8c3f2ed

Browse files
committed
[GEOPY-2049] update github deployment pipelines
1 parent af0eeb2 commit 8c3f2ed

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/python_deploy_dev.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
with:
1717
package-name: 'surface-apps'
1818
python-version: '3.10'
19-
source-repo-names: '["public-conda-dev-local", "conda-forge-dev-remote"]'
20-
publish-repo-names: '["public-conda-dev"]'
19+
source-repo-names: '["public-noremote-conda-dev"]'
20+
conda-channels: '["conda-forge"]'
21+
publish-repo-names: '["public-noremote-conda-dev"]'
2122
secrets:
2223
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}
2324
JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }}

.github/workflows/python_deploy_prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ on:
1111
publish-conda:
1212
description: 'Publish Conda package'
1313
required: false
14+
type: boolean
1415
default: true
1516
publish-pypi:
1617
description: 'Publish PyPI package'
1718
required: false
19+
type: boolean
1820
default: true
1921

2022
concurrency:

0 commit comments

Comments
 (0)