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.
1 parent 4a8e50e commit b770ed5Copy full SHA for b770ed5
.github/workflows/check.yaml
@@ -8,6 +8,9 @@ on:
8
schedule:
9
- cron: "0 8 * * *"
10
11
+env:
12
+ FORCE_COLOR: 1
13
+
14
concurrency:
15
group: check-${{ github.ref }}
16
cancel-in-progress: true
.github/workflows/release.yaml
@@ -5,6 +5,7 @@ on:
5
6
env:
7
dists-artifact-name: python-package-distributions
jobs:
build:
0 commit comments