Skip to content

Commit 20b1332

Browse files
committed
2
1 parent 2b57be4 commit 20b1332

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: '3.x'
20+
python-version: '3.8'
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
@@ -27,6 +27,5 @@ jobs:
2727
env:
2828
PYTEST_TOKEN: ${{ secrets.PYTEST_TOKEN }}
2929
run: |
30-
python setup.py sdist bdist_wheel pytest
31-
export PYTEST_TOKEN = "%PYTEST_TOKEN%"
30+
#python setup.py sdist bdist_wheel pytest
3231
pytest

0 commit comments

Comments
 (0)