Skip to content

Commit 73ea401

Browse files
sudiptob2mshudrak
authored andcommitted
ci: added endlne in the file (#89)
Signed-off-by: Sudipto Baral <[email protected]>
1 parent c211feb commit 73ea401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish to PyPI.org
22
on:
33
release:
4-
types: [published]
4+
types: [ published ]
55
jobs:
66
pypi-release:
77
runs-on: ubuntu-latest
@@ -14,4 +14,4 @@ jobs:
1414
- name: Publish package
1515
uses: pypa/gh-action-pypi-publish@release/v1
1616
with:
17-
password: ${{ secrets.PYPI_API_TOKEN }}
17+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)