Skip to content

Commit

Permalink
Add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed May 16, 2024
1 parent b6cb132 commit 0cc2138
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
destination_dir: .

- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.python-version == '3.10'
uses: pypa/gh-action-pypi-publish@release/v1
with:
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
Expand Down
Empty file added cascade/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def readme():
packages=["cascade"],
package_dir={"cascade": "cascade"},
include_package_data=True,
install_requires=["wayfarer"],
install_requires=["wayfarer>=0.12.0"],
zip_safe=False,
keywords="cascade",
classifiers=[
Expand Down

0 comments on commit 0cc2138

Please sign in to comment.