File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and Deploy Python package
3
3
on :
4
4
push :
5
5
branches :
6
- 675_scipy_integrate_cumtrapz_update
6
+ master
7
7
8
8
jobs :
9
9
build-and-publish :
@@ -40,19 +40,19 @@ jobs:
40
40
source "${CONDA_BASE}/etc/profile.d/conda.sh"
41
41
conda activate coast
42
42
python -m pip install dist/coast-*.tar.gz
43
- # - name: Publish Package to PyPi
44
- # shell: bash
45
- # env:
46
- # PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
47
- # run: |
48
- # ./publish.sh "https://upload.pypi.org/legacy/" "$PYPI_TOKEN"
43
+ - name : Publish Package to PyPi
44
+ shell : bash
45
+ env :
46
+ PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
47
+ run : |
48
+ ./publish.sh "https://upload.pypi.org/legacy/" "$PYPI_TOKEN"
49
49
- name : Generate Conda Metadata
50
50
run : |
51
51
./generate_conda_meta.sh
52
52
cat conda/meta.yaml
53
- # - name: Publish Package to Anaconda
54
- # uses: fcakyon/conda-publish-action@v1.3
55
- # with:
56
- # subdir: "conda"
57
- # anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
58
- # platforms: 'win osx linux'
53
+ - name : Publish Package to Anaconda
54
+ uses : fcakyon/conda-publish-action@v1.3
55
+ with :
56
+ subdir : " conda"
57
+ anacondatoken : ${{ secrets.ANACONDA_TOKEN }}
58
+ platforms : ' win osx linux'
You can’t perform that action at this time.
0 commit comments