Skip to content

Commit

Permalink
Fix release_to_pypi.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Jan 2, 2024
1 parent 537047c commit ea7bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: poetry install --no-cache --sync

- name: Build distribution 📦
run: poetry run poe build
run: poetry build

- name: Detect Version of project
id: project-version
Expand Down

0 comments on commit ea7bdc8

Please sign in to comment.