Skip to content

Commit 84b9007

Browse files
author
John Halloran
committed
fix: properly update to scikit-package 0.3
1 parent d7586bc commit 84b9007

File tree

6 files changed

+28
-153
lines changed

6 files changed

+28
-153
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Build and Publish Docs on Dispatch
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
get-python-version:
8+
uses: scikit-package/release-scripts/.github/workflows/_get-python-version-latest.yml@v0
9+
with:
10+
python_version: 0
11+
12+
docs:
13+
uses: scikit-package/release-scripts/.github/workflows/_release-docs.yml@v0
14+
with:
15+
project: diffpy.stretched-nmf
16+
c_extension: false
17+
headless: false
18+
python_version: ${{ fromJSON(needs.get-python-version.outputs.latest_python_version) }}

.github/workflows/build-wheel-release-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release (GitHub/PyPI) and Deploy Docs
1+
name: Build Wheel, Release on GitHub/PyPI, and Deploy Docs
22

33
on:
44
workflow_dispatch:

.github/workflows/matrix-and-codecov-on-merge-to-main.yml renamed to .github/workflows/matrix-and-codecov.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: CI
1+
name: Matrix and Codecov
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
# push:
5+
# branches:
6+
# - main
77
release:
88
types:
99
- prereleased

.github/workflows/publish-docs-on-release.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

CODE_OF_CONDUCT.rst

Lines changed: 0 additions & 133 deletions
This file was deleted.

cookiecutter.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
2-
"maintainer_name": "Simon Billinge",
3-
"maintainer_email": "sb2896@columbia.edu",
4-
"maintainer_github_username": "sbillinge",
2+
"author_names": "John Halloran",
3+
"author_emails": "jwh2180@columbia.edu",
4+
"maintainer_names": "Simon Billinge",
5+
"maintainer_emails": "sbillinge@columbia.edu",
6+
"maintainer_github_usernames": "sbillinge",
57
"contributors": "Simon Billinge, John Halloran, Billinge Group members",
68
"license_holders": "The Trustees of Columbia University in the City of New York",
79
"project_name": "diffpy.stretched-nmf",

0 commit comments

Comments
 (0)