We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e55d6b commit 2b57be4Copy full SHA for 2b57be4
1 file changed
.github/workflows/python-publish.yml
@@ -27,6 +27,6 @@ jobs:
27
env:
28
PYTEST_TOKEN: ${{ secrets.PYTEST_TOKEN }}
29
run: |
30
- python setup.py sdist bdist_wheel, pytest
+ python setup.py sdist bdist_wheel pytest
31
export PYTEST_TOKEN = "%PYTEST_TOKEN%"
32
pytest
0 commit comments