Skip to content

Commit

Permalink
Fix syntax error in yaml github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Oct 18, 2023
1 parent b8d893c commit d1b0a96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build package wheels - upload to Test PyPI
name: Build wheels - upload to Test PyPI
# Build package wheels and upload to Test PyPI
name: Build wheels and upload to Test PyPI
on:
workflow_dispatch

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build package wheels - upload to PyPI
name: Build wheels - upload to PyPI
# Build package wheels and upload to PyPI
name: Build wheels and upload to PyPI

on:
workflow_dispatch
Expand Down

0 comments on commit d1b0a96

Please sign in to comment.