Skip to content

Commit 6aa8a67

Browse files
Fix indentation
1 parent 9f107b0 commit 6aa8a67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77

88
jobs:
9-
pypi:
9+
pypi:
1010
name: build and deploy to PyPI
1111
if: github.repository == 'ACCESS-NRI/yamanifest' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
1212
runs-on: "ubuntu-latest"
@@ -33,8 +33,6 @@ jobs:
3333
3434
- name: Publish package to PyPI
3535
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
36-
37-
3836
conda:
3937
name: Build with conda and upload
4038
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)