Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from asfadmin/fix-distribution
Browse files Browse the repository at this point in the history
Update distribution action to trigger on tagged commits
  • Loading branch information
Id405 authored Jun 19, 2023
2 parents 706e521 + ba458ad commit fee1dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Python Distribution
on:
push:
branches: main
tags:
- v*
pull_request:

jobs:
Expand Down Expand Up @@ -84,4 +86,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*
files: dist/*

0 comments on commit fee1dcd

Please sign in to comment.