Skip to content

Commit

Permalink
More accurately name the build/release action
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo authored Jun 24, 2024
1 parent 84d9717 commit e230869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Python build
name: Python build and release
on:
workflow_dispatch:

jobs:
build:
name: Python build
name: Python build and release
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e230869

Please sign in to comment.