Skip to content

Commit

Permalink
Merge pull request #79 from jochym/dev
Browse files Browse the repository at this point in the history
Clean workflow names
  • Loading branch information
jochym authored Dec 7, 2024
2 parents 971078f + d49fcd2 commit a8f63b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, test and publish to (test)PyPI
name: Publish to PyPI
on:
push:
tags:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, test and publish to testPyPI
name: Publish to testPyPI
on:
push:
tags:
Expand All @@ -15,7 +15,7 @@ jobs:
name: Publish to TestPyPI
# Only on dev pushes
# if: ${{ github.event_name == 'push' && ( github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master' ) }}
# Run on untagged push
# Run on tagged push
if: startsWith(github.ref, 'refs/tags/')
needs:
- build
Expand Down

0 comments on commit a8f63b8

Please sign in to comment.