We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b57be4 commit 20b1332Copy full SHA for 20b1332
1 file changed
.github/workflows/python-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v2
19
with:
20
- python-version: '3.x'
+ python-version: '3.8'
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
@@ -27,6 +27,5 @@ jobs:
27
env:
28
PYTEST_TOKEN: ${{ secrets.PYTEST_TOKEN }}
29
30
- python setup.py sdist bdist_wheel pytest
31
- export PYTEST_TOKEN = "%PYTEST_TOKEN%"
+ #python setup.py sdist bdist_wheel pytest
32
pytest
0 commit comments