Skip to content

Commit

Permalink
Switch to broad push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Apr 3, 2024
1 parent 9ef73c3 commit a24ec9c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish Python 🐍 distribution 📦 to PyPI

on:
push:
branches: [main]
tags: ["v.*"]
on: [push]

jobs:
build:
Expand All @@ -17,7 +14,7 @@ jobs:
with:
python-version: "3.x"

- name: Install pypa/build
- name: Install hatch
run: >-
python3 -m pip install --upgrade hatch --user
Expand Down

0 comments on commit a24ec9c

Please sign in to comment.