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 263f7f9 + c14e303 commit 2148d4dCopy full SHA for 2148d4d
1 file changed
.github/workflows/code-quality.yaml
@@ -19,6 +19,15 @@ jobs:
19
matrix:
20
os: [ubuntu-latest, windows-latest, macos-latest]
21
python-version: [3.7, 3.8, 3.9]
22
+ exclude:
23
+ - os: windows-latest
24
+ python-version: 3.7
25
26
+ python-version: 3.8
27
+ - os: macos-latest
28
29
30
31
32
steps:
33
- uses: actions/checkout@v2
@@ -173,6 +182,8 @@ jobs:
173
182
path: dist/
174
183
- name: Publish the release
175
184
uses: softprops/action-gh-release@v1
185
+ env:
186
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
176
187
with:
177
188
body: ${{ steps.changelog_entry.outputs.log_entry }}
178
189
files: |
0 commit comments