Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading