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 f09a13f commit 4d14812Copy full SHA for 4d14812
.github/workflows/publish.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
test:
9
uses: ./.github/workflows/test.yml
10
+ lint:
11
+ uses: ./.github/workflows/lint.yml
12
deploy:
13
needs: [test, lint]
14
name: Deploy to PyPI
0 commit comments