Skip to content

Commit 657cc83

Browse files
authored
Update python-publish.yml
1 parent fd0896c commit 657cc83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
check-code-quality:
13-
uses: ./.github/workflows/code_quality.yml
12+
lint-and-test:
13+
uses: ./.github/workflows/lint_and_test.yml
1414
pypi-publish:
1515
name: Upload release to PyPI
16-
needs: [check-code-quality]
16+
needs: [lint-and-test]
1717
runs-on: ubuntu-latest
1818
environment:
1919
name: pypi

0 commit comments

Comments
 (0)