Skip to content

Commit

Permalink
Merge pull request #270 from blink1073/fix-package-include
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Mar 25, 2022
2 parents bf20b46 + 9bc6952 commit 2a10db6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
- name: Run the tests with coverage on Ubuntu
if: ${{ matrix.os == 'ubuntu' }}
run: |
pytest -vv --cov jupyter_releaser --cov-branch --cov-report term-missing:skip-covered
python -m pytest -vv --cov jupyter_releaser --cov-branch --cov-report term-missing:skip-covered
- name: Run the tests on Windows and macOS
if: ${{ matrix.os != 'ubuntu' }}
run: |
pytest -vv -s
python -m pytest -vv -s
- name: Verify the Generate Changelog Action
if: ${{ matrix.os == 'ubuntu' }}
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ classifiers =
zip_safe = False
include_package_data = True
packages = find:
package_dir =
"" = "jupyter_releaser"
python_requires = >=3.7
install_requires =
build
Expand Down

0 comments on commit 2a10db6

Please sign in to comment.