Skip to content

Commit 8f09ca1

Browse files
committed
Update source URL in meta.yaml and enable upload in CI workflow
1 parent 08f3bd0 commit 8f09ca1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ package:
66
version: "{{ version }}"
77

88
source:
9-
url: "https://pypi.io/packages/source/a/access_mopper/access_mopper-{{ version }}.tar.gz"
10-
9+
url: "https://files.pythonhosted.org/packages/source/a/access_mopper/access_mopper-{{ version }}.tar.gz"
10+
sha256: "" # This will be filled automatically by conda-build when using --croot or can be left empty for latest
1111

1212
build:
1313
noarch: python

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
uses: ACCESS-NRI/action-build-and-upload-conda-packages@v2.0.1
103103
with:
104104
meta_yaml_dir: .conda
105+
upload: true
105106
user: accessnri
106107
label: main
107108
token: ${{ secrets.anaconda_token }}

0 commit comments

Comments
 (0)