Test again when publishing package
This commit is contained in:
parent
58f361cf24
commit
63f08c7ec7
2 changed files with 4 additions and 3 deletions
6
.github/workflows/publish_to_pypi.yml
vendored
6
.github/workflows/publish_to_pypi.yml
vendored
|
@ -25,9 +25,9 @@ jobs:
|
|||
python -m pip install pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
||||
#- name: Test with pyTest
|
||||
# run: |
|
||||
# python -m pytest -v
|
||||
- name: Test with pyTest
|
||||
run: |
|
||||
python -m pytest -v
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
|
|
1
setup.py
1
setup.py
|
@ -57,5 +57,6 @@ setuptools.setup(
|
|||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue