From f176c4cd5f0713788e874dce8db58c39a9128a64 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Tue, 17 May 2022 16:32:43 -0600 Subject: [PATCH] ci(actions): removed semantic-release --- .github/workflows/pypi.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 7e88f556..83169b34 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -34,7 +34,6 @@ jobs: run: | git config --global user.name "Github Actions" git config --global user.email "sebastien.jourdain@kitware.com" - npm run semantic-release - name: Publish distribution 📦 to Test PyPI continue-on-error: true uses: pypa/gh-action-pypi-publish@master