From 04ba01669ad6b6a65ecf08c6c1b792d7eae0ffe9 Mon Sep 17 00:00:00 2001 From: Tiago Date: Tue, 21 May 2024 20:39:33 -0300 Subject: [PATCH] Fixed build on publish --- .github/workflows/python-publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 9c760ad..0b778cb 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -44,10 +44,6 @@ jobs: uses: actions/setup-python@v3 with: python-version: '3.11' - - name: Build - run: make build - env: - VERSION: ${{ steps.version.outputs.id }} - name: Install run: make install - name: Get version