Skip to content

Commit

Permalink
ci: fix publish step name
Browse files Browse the repository at this point in the history
  • Loading branch information
tigattack committed Aug 20, 2024
1 parent 6e261fd commit b72d441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version-file: "pyproject.toml"
cache: "poetry"

- name: Publish package
- name: Build package
run: poetry build

- name: Publish package to PyPI
Expand Down

0 comments on commit b72d441

Please sign in to comment.