Skip to content

Commit

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

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

on: workflow_dispatch
on:
workflow_dispatch

jobs:
build_sdist:
Expand Down

0 comments on commit b8d893c

Please sign in to comment.