Skip to content

Commit 0c61fed

Browse files
committed
Update conda package upload action to version 3.0.0 and comment out unused URL in meta.yaml
1 parent 5c94c05 commit 0c61fed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.conda/meta.yaml

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

88
source:
9-
url: "https://files.pythonhosted.org/packages/source/a/access_mopper/access_mopper-{{ version }}.tar.gz"
9+
#url: "https://files.pythonhosted.org/packages/source/a/access_mopper/access_mopper-{{ version }}.tar.gz"
10+
path: ../..
1011

1112
build:
1213
noarch: python

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ jobs:
5353
auto-activate-base: false
5454
show-channel-urls: true
5555
- name: Build and upload the conda package
56-
uses: ACCESS-NRI/action-build-and-upload-conda-packages@v2.0.1
56+
uses: ACCESS-NRI/action-build-and-upload-conda-packages@v3.0.0
5757
with:
5858
meta_yaml_dir: .conda
5959
upload: true
6060
user: accessnri
61-
label: main
6261
token: ${{ secrets.anaconda_token }}
6362

6463
update_analysis3:

0 commit comments

Comments
 (0)