Skip to content

Commit dcef6ab

Browse files
Fix typo in publish.yaml (#207)
#206 had a typo 😭
1 parent c6c3259 commit dcef6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: pypa/gh-action-pypi-publish@release/v1
106106
with:
107107
repository-url: https://test.pypi.org/legacy/
108-
attestation: false
108+
attestations: false
109109
- name: Publish distribution 📦 to PyPI
110110
uses: pypa/gh-action-pypi-publish@release/v1
111111
publish-to-github-releases:

0 commit comments

Comments
 (0)