Skip to content

Commit

Permalink
Fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
T0RNATO committed Aug 16, 2023
1 parent af3b991 commit c067bbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c067bbf

Please sign in to comment.