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 b886b70 commit f098183Copy full SHA for f098183
.github/workflows/CD.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: python-semantic-release/python-semantic-release@master
19
with:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
+ root_options: "-vv --noop"
22
# - name: Upload
23
# run: |
24
# python3 -m pip install twine
0 commit comments