Browse Source

Revert "trigger release-python"

This reverts commit 882f114a8d.
tags/20210525
nihuini 5 years ago
parent
commit
cdb8ec218d
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:
branches: [master]
paths-ignore: ['**.md']
tags:
- '*'

jobs:
build_sdist:


Loading…
Cancel
Save