8000
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 83e1069 commit fb3cd65Copy full SHA for fb3cd65
.github/workflows/meta-checks.yml
@@ -32,4 +32,4 @@ jobs:
32
- name: Run Mypy tests
33
if: always()
34
run: |
35
- mypy --sho 8037 w-error-codes --disable-error-code misc --disable-error-code import tableauserverclient test
+ mypy --show-error-codes --disable-error-code misc --disable-error-code import --implicit-optional tableauserverclient test
.github/workflows/publish-pypi.yml
@@ -34,7 +34,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/
36
- name: Publish distribution 📦 to PyPI
37
- if: $GITHUB_REF == 'refs/heads/master'
+ if: ${GITHUB_REF} == 'refs/heads/master'
38
uses: pypa/gh-action-pypi-publish@release/v1 # license BSD-2
39
with:
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments