Skip to content

Commit c0fd7d6

Browse files
committed
pcmt
1 parent d14bb52 commit c0fd7d6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: .github/ISSUE_TEMPLATE/release_checklist.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ assignees: ""
1212
- [ ] All the badges on the README are passing.
1313
- [ ] License information is verified as correct. If you are unsure, please comment below.
1414
- [ ] Locally rendered documentation contains all appropriate pages, including API references (check no modules are
15-
missing), tutorials, and other human-written text is up-to-date with any changes in the code.
15+
missing), tutorials, and other human-written text is up-to-date with any changes in the code.
1616
- [ ] Installation instructions in the README, documentation, and the website (e.g., diffpy.org) are updated.
1717
- [ ] Successfully run any tutorial examples or do functional testing with the latest Python version.
1818
- [ ] Grammar and writing quality are checked (no typos).
19-
- [ ] Install `pip install build twine`, run `python -m build` and `twine check dist/*` to ensure that the package can be built and is correctly formatted for PyPI release.
19+
- [ ] Install `pip install build twine`, run `python -m build` and `twine check dist/*` to ensure that the package can be built and is correctly formatted for PyPI release.
2020

2121
Please mention @sbillinge here when you are ready for PyPI/GitHub release. Include any additional comments necessary, such as version information and details about the pre-release here:
2222

@@ -42,5 +42,5 @@ Please let @sbillinge know that all checks are done and the package is ready for
4242

4343
<!-- Before closing this issue, please complete the following: -->
4444

45-
- [ ] Run tutorial examples and conduct functional testing using the installation guide in the README. Attach screenshots/results as comments.
46-
- [ ] Documentation (README, tutorials, API references, and websites) is deployed without broken links or missing figures.
45+
- [ ] Run tutorial examples and conduct functional testing using the installation guide in the README. Attach screenshots/results as comments.
46+
- [ ] Documentation (README, tutorials, API references, and websites) is deployed without broken links or missing figures.

Diff for: .github/workflows/tests-on-pr.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ jobs:
3939
python -m pip install . --no-deps
4040
4141
- name: Validate diffpy.pdfgui
42-
run:
43-
python -m diffpy.srreal.tests.run
42+
run: python -m diffpy.srreal.tests.run

0 commit comments

Comments
 (0)