Skip to content

Commit 5e55d6b

Browse files
committed
1231
1 parent aed701d commit 5e55d6b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
pip install setuptools wheel twine
2525
- name: Build and publish
2626

27-
run: |
28-
python setup.py sdist bdist_wheel
2927
env:
3028
PYTEST_TOKEN: ${{ secrets.PYTEST_TOKEN }}
3129
run: |
30+
python setup.py sdist bdist_wheel, pytest
3231
export PYTEST_TOKEN = "%PYTEST_TOKEN%"
3332
pytest

0 commit comments

Comments
 (0)