File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,13 @@ jobs:
91
91
shell : bash -l {0}
92
92
run : |
93
93
git config --global --add safe.directory '*'
94
+ conda install anaconda-client conda-build
94
95
conda build recipe/ --variant-config-files ${{ matrix.config_file }} --output-folder ./pkg/ --no-include-recipe --no-anaconda-upload -c conda-forge
95
96
96
97
- name : Upload to conda
97
98
shell : bash -l {0}
98
99
run : |
99
- /opt/conda/bin/ anaconda -t ${{ secrets.ANACONDA_TOKEN_BASIC }} upload -u acellera pkg/*/openmm-*.tar.bz2 --skip-existing
100
+ anaconda -t ${{ secrets.ANACONDA_TOKEN_BASIC }} upload -u acellera pkg/*/openmm-*.tar.bz2 --skip-existing
100
101
101
102
deploy_osx_arm64 :
102
103
strategy :
@@ -128,12 +129,13 @@ jobs:
128
129
shell : bash -l {0}
129
130
run : |
130
131
git config --global --add safe.directory '*'
132
+ conda install anaconda-client conda-build
131
133
conda build recipe/ --variant-config-files ${{ matrix.config_file }} --output-folder ./pkg/ --no-include-recipe --no-anaconda-upload -c conda-forge
132
134
133
135
- name : Upload to conda
134
136
shell : bash -l {0}
135
137
run : |
136
- /opt/conda/bin/ anaconda -t ${{ secrets.ANACONDA_TOKEN_BASIC }} upload -u acellera pkg/*/openmm-*.tar.bz2 --skip-existing
138
+ anaconda -t ${{ secrets.ANACONDA_TOKEN_BASIC }} upload -u acellera pkg/*/openmm-*.tar.bz2 --skip-existing
137
139
138
140
# deploy_win_64_cuda11:
139
141
# strategy:
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ The idea is to be able to quickly create OpenMM release candidates from specific
5
5
6
6
To create a new release you need to:
7
7
8
- 1 . Update the git_rev version in the meta.yaml file in the source section to the desired commit.
9
- 2 . Push your changes
8
+ 1 . Open the recipe/meta.yaml file and change the package version at the top of the file.
9
+ 2 . Update the git_rev version in the meta.yaml file in the source section to point to the desired commit.
10
+ 3 . Push your changes
You can’t perform that action at this time.
0 commit comments