Skip to content

Commit 2854f35

Browse files
committed
Update workflow files with correct package name
1 parent c539db5 commit 2854f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install -r requirements-dev.txt
2727
- name: Lint with Pylint
28-
run: pylint msgraph --disable=W --rcfile=.pylintrc
28+
run: pylint msgraph_beta --disable=W --rcfile=.pylintrc
2929

3030
deploy:
3131
name: Publish distribution to PyPI

0 commit comments

Comments
 (0)