diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 91c889a..1def59e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,9 +49,7 @@ jobs: run: poetry version ${{ steps.tag_version.outputs.new_tag }} - name: Build - run: | - cd /scute - poetry build + run: cd ./scute && poetry build - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1