Skip to content

Commit bc14cab

Browse files
authored
Merge pull request #8 from python-project-templates/timkpaine-patch-1
Update to test disting
2 parents a89364d + 8f151cb commit bc14cab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ jobs:
7878

7979
- name: Upload coverage
8080
uses: codecov/codecov-action@v3
81+
82+
- name: Make dist
83+
run: make dist
84+
if: ${{ matrix.os == 'ubuntu-latest' }}

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: make develop
34-
- name: Make python dist
35-
run: make dist-py
34+
35+
- name: Make dist
36+
run: make dist
3637
if: ${{ matrix.os == 'ubuntu-latest' }}
3738

3839
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)