Browse Source

trigger release-python

tags/20210525
nihuini 5 years ago
parent
commit
882f114a8d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/release-python.yml

+ 2
- 2
.github/workflows/release-python.yml View File

@@ -1,8 +1,8 @@
name: release-python
on:
push:
tags:
- '*'
branches: [master]
paths-ignore: ['**.md']

jobs:
build_sdist:


Loading…
Cancel
Save