From 63124e1e53b8d7c4c9871a5fc4a69ac46a7c3599 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Fri, 15 Mar 2024 10:33:06 +0000 Subject: [PATCH] Remove release.yml entirely --- .github/workflows/release.yml | 40 ----------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 51cb3b233..000000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Release - -on: - pull_request: - branches: - - release/** - release: - -jobs: - - test-build: - - runs-on: ubuntu-latest - - steps: - - - uses: actions/checkout@v4 - - - name: Set up Python 3.10 - uses: actions/setup-python@v5 - with: - python-version: '3.10' - - - name: Install pypa/build - run: python -m pip install build - - - name: Build a binary wheel for the aiidalab_qe module - run: >- - python -m - build - --sdist - --wheel - --outdir dist/ - - - name: Upload distribution artifact - uses: actions/upload-artifact@v4 - with: - name: release - path: dist/