Skip to content

Commit 9726c1a

Browse files
committed
add py.typed
1 parent 9c85bfa commit 9726c1a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/.github/workflows/ci.yaml.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
if: steps.version.outputs.skipped == 'false'
6161
run: pip install poetry && poetry publish --build
6262
env:
63-
GH_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
6463
POETRY_PYPI_TOKEN_PYPI: {% raw %}${{ secrets.PYPI_TOKEN }}{% endraw %}
6564
{% endif -%}
6665
{% if docker -%}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Needed for PEP 561: https://www.python.org/dev/peps/pep-0561/

0 commit comments

Comments
 (0)