Skip to content

Commit

Permalink
Trigger release workflow on version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Jun 18, 2024
1 parent 457c2f2 commit 2c3e71d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 📦 Release

on: push
on:
push:
tags:
- v*

env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"
Expand Down

0 comments on commit 2c3e71d

Please sign in to comment.