remove release check

This commit is contained in:
MaxOhn
2022-06-14 22:04:16 +02:00
parent d3568a9672
commit bda0eb2a9c
+1 -1
View File
@@ -129,13 +129,13 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [ macos, windows, linux ]
steps:
- name: Get artifacts
uses: actions/download-artifact@v3
with:
name: wheels
- name: Python setup
uses: actions/setup-python@v2
with: