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 b4be0f3 commit d490f90Copy full SHA for d490f90
.github/workflows/workflow.yml
@@ -27,7 +27,7 @@ jobs:
27
python -m pip install -r dev-requirements.txt
28
- name: Run Tests for ${{ matrix.python-version }}
29
run: |
30
- python -m pytest -vv
+ python -m pytest -vv
31
pypi-release:
32
needs: test-extension
33
runs-on: ubuntu-latest
@@ -52,4 +52,4 @@ jobs:
52
uses: pypa/gh-action-pypi-publish@master
53
with:
54
user: __token__
55
- password: ${{ secrets.pypi_password }}
+ password: ${{ secrets.pypi_password }}
0 commit comments