We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a89364d + 8f151cb commit bc14cabCopy full SHA for bc14cab
.github/workflows/build.yml
@@ -78,3 +78,7 @@ jobs:
78
79
- name: Upload coverage
80
uses: codecov/codecov-action@v3
81
+
82
+ - name: Make dist
83
+ run: make dist
84
+ if: ${{ matrix.os == 'ubuntu-latest' }}
.github/workflows/publish.yml
@@ -31,8 +31,9 @@ jobs:
31
32
- name: Install dependencies
33
run: make develop
34
- - name: Make python dist
35
- run: make dist-py
36
37
if: ${{ matrix.os == 'ubuntu-latest' }}
38
39
- uses: actions/upload-artifact@v4
0 commit comments