We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a09d4 commit 2094e97Copy full SHA for 2094e97
.github/workflows/build_publish.yml
@@ -25,7 +25,7 @@ jobs:
25
python -m pip install --upgrade pip
26
pip install -r requirements-dev.txt
27
- name: Lint with Pylint
28
- run: pylint msgraph_beta --disable=W --rcfile=.pylintrc
+ run: pylint msgraph --disable=W --rcfile=.pylintrc
29
30
deploy:
31
name: Publish distribution to PyPI
0 commit comments