From de2aaab8538e95942d1b7d98337c2c18093ec6f4 Mon Sep 17 00:00:00 2001 From: Iskandar Sitdikov Date: Fri, 30 Aug 2024 15:07:48 -0400 Subject: [PATCH] GH actions: remove cd (#4) --- .github/workflows/client-pypi-release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/client-pypi-release.yaml b/.github/workflows/client-pypi-release.yaml index 0a6df13..8236440 100644 --- a/.github/workflows/client-pypi-release.yaml +++ b/.github/workflows/client-pypi-release.yaml @@ -22,7 +22,6 @@ jobs: run: pip install -U twine==5.1.1 wheel==0.44.0 - name: Build Artifacts run: | - cd client python setup.py sdist python setup.py bdist_wheel shell: bash