Skip to content

Commit 2fcbd5d

Browse files
committed
Fix typo
1 parent 0fbe556 commit 2fcbd5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
```yaml
21
name: Publish Python Package
32

43
# Trigger on:
@@ -94,5 +93,4 @@ jobs:
9493
path: dist/
9594

9695
- name: Publish package distributions to PyPI
97-
uses: pypa/gh-action-pypi-publish@release/v1
98-
```
96+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)