Skip to content

Commit

Permalink
ci: remove quotes from build command (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed May 1, 2021
1 parent 0182a5d commit e733a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ upload_to_pypi=true
check_build_status=false
remove_dist=false
hvcs=github
build_command = "pip install poetry && poetry build"
build_command=pip install poetry && poetry build

[pydocstyle]
ignore = D202, D212, D416, D213, D203, D407
Expand Down

0 comments on commit e733a0a

Please sign in to comment.