Skip to content

Commit b528516

Browse files
authored
Update python-publish.yml
Remove hanging `with` block
1 parent 2138fde commit b528516

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
run: python -m build
2929
- name: Publish to Pypi
3030
uses: pypa/gh-action-pypi-publish@release/v1
31-
with:
3231
# This action handles building and publishing automatically
3332
# No need to manually run setup.py or twine
3433
# No secrets needed here for PyPI username/password
35-
# The action will use the OIDC token from the permissions block
34+
# The action will use the OIDC token from the permissions block

0 commit comments

Comments
 (0)