Skip to content

Commit 47fd5a7

Browse files
committed
rm mention of diffpy.structure, add c extensions
1 parent 43b31a5 commit 47fd5a7

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[run]
22
source =
3-
diffpy.structure
3+
diffpy.pdffit2
44
[report]
55
omit =
66
*/python?.?/*

.gitattributes

-1
This file was deleted.

.github/workflows/check-news-item.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
build:
1010
uses: Billingegroup/release-scripts/.github/workflows/_check-news-item.yml@v0
1111
with:
12-
project: diffpy.structure
12+
project: diffpy.pdffit2

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
types:
99
- prereleased
1010
- published
11-
workflow_dispatch: null
11+
workflow_dispatch:
1212

1313
jobs:
1414
coverage:
1515
uses: Billingegroup/release-scripts/.github/workflows/_matrix-and-codecov-on-merge-to-main.yml@v0
1616
with:
17-
project: diffpy.structure
18-
c_extension: false
17+
project: diffpy.pdffit2
18+
c_extension: true
1919
headless: false
2020
secrets:
2121
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)