Skip to content

Commit f0135fd

Browse files
committed
build: trigger sdist upload also for tags
1 parent 66d0047 commit f0135fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
name: caso-${{ env.VERSION }}.tar.gz
6767

6868
- name: Update source distribution artifacts to release
69-
if: github.event_name == 'release'
69+
# Also run if event is a tag
70+
if: github.event_name == 'push' || github.event_name == 'release'
7071
uses: AButler/[email protected]
7172
with:
7273
files: 'dist/*tar.gz'

0 commit comments

Comments
 (0)