From 7f6cb09f11d3527e80df1bf7694d8a0f61267ca8 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 23 Feb 2023 09:53:08 -0800 Subject: [PATCH] remove volume --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2bb74698..0120dc53 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -63,8 +63,6 @@ jobs: runs-on: ubuntu-latest container: image: quay.io/pypa/manylinux_2_28_x86_64 - volumes: - - /opt/builds:/opt/builds steps: - uses: actions/checkout@v3 - name: Write version to init file