Skip to content

Commit

Permalink
Tweak pypi release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Oct 7, 2024
1 parent 25463bf commit 56103ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI

on:
push:
branches:
- "main"
branches: ["main"]
tags: ["*"]

jobs:
build:
Expand Down

0 comments on commit 56103ef

Please sign in to comment.