From cca0d6e98a5934fee83ccafbd2ed47cf60a3ce99 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 2 Oct 2022 12:31:28 -1000 Subject: [PATCH] fix: install python-semantic-release in wheel workflow (#68) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12f9134..af2587f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,8 +116,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 - - name: Install semantic-release - run: python -m pip install semantic-release + - name: Install python-semantic-release + run: python -m pip install python-semantic-release - name: Get Release Tag id: release_tag