We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95a6e3e + b1900a3 commit 42215a8Copy full SHA for 42215a8
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install -e .[dev, tests]
+ pip install -e .[dev,tests]
31
32
# Run pytest with coverage
33
- name: Run tests with coverage
@@ -68,5 +68,4 @@ jobs:
68
- name: Publish package to TestPyPI
69
uses: pypa/gh-action-pypi-publish@release/v1
70
with:
71
- repository-url: https://test.pypi.org/legacy/
72
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ repository-url: https://test.pypi.org/legacy/
0 commit comments