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 9f107b0 commit 6aa8a67Copy full SHA for 6aa8a67
.github/workflows/CD.yml
@@ -6,7 +6,7 @@ on:
6
- '*'
7
8
jobs:
9
- pypi:
+ pypi:
10
name: build and deploy to PyPI
11
if: github.repository == 'ACCESS-NRI/yamanifest' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
12
runs-on: "ubuntu-latest"
@@ -33,8 +33,6 @@ jobs:
33
34
- name: Publish package to PyPI
35
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
36
-
37
38
conda:
39
name: Build with conda and upload
40
runs-on: ubuntu-latest
0 commit comments