From 0bf506d91e831e84f2c05fc5df8bc4e31b358436 Mon Sep 17 00:00:00 2001 From: YariKartoshe4ka Date: Tue, 31 May 2022 11:16:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20CI,=20=D0=BF=D1=80=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BB=D0=B8=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a78636..dba59ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,6 @@ jobs: run: pip install build - name: Checkout code uses: actions/checkout@v2 - with: - ref: pypi - name: Build project run: python -m build --sdist --wheel --outdir dist/ . - name: Publish to Test PyPI