Revert so that we test python build everytime

This commit is contained in:
mio
2021-10-05 14:48:54 +02:00
parent 59deed7484
commit 169efa6f2d

View File

@ -1,10 +1,6 @@
name: PyPI 📦 Distribution
on:
push:
tags:
- "*"
workflow_dispatch:
on: [push]
jobs:
build:
@ -101,6 +97,7 @@ jobs:
publish:
needs: [build]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v2
with: