We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f3bd0 commit 8f09ca1Copy full SHA for 8f09ca1
2 files changed
.conda/meta.yaml
@@ -6,8 +6,8 @@ package:
6
version: "{{ version }}"
7
8
source:
9
- url: "https://pypi.io/packages/source/a/access_mopper/access_mopper-{{ version }}.tar.gz"
10
-
+ url: "https://files.pythonhosted.org/packages/source/a/access_mopper/access_mopper-{{ version }}.tar.gz"
+ sha256: "" # This will be filled automatically by conda-build when using --croot or can be left empty for latest
11
12
build:
13
noarch: python
.github/workflows/cd.yml
@@ -102,6 +102,7 @@ jobs:
102
uses: ACCESS-NRI/action-build-and-upload-conda-packages@v2.0.1
103
with:
104
meta_yaml_dir: .conda
105
+ upload: true
106
user: accessnri
107
label: main
108
token: ${{ secrets.anaconda_token }}
0 commit comments