Skip to content

Commit

Permalink
make the check a import check (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis authored Mar 16, 2023
1 parent 00876ba commit d9a08f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
twine check dist/*
pip install dist/*.whl
python -m blackdoc --version
python -c 'import dask_hpcconfig'
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f
with:
Expand Down

0 comments on commit d9a08f0

Please sign in to comment.