Skip to content

Commit

Permalink
install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-cedricyoung committed Aug 23, 2024
1 parent 899cef4 commit 9c77ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# poetry install --no-ansi
# poetry build
- name: build package
run: python -m pip install build && python -m build -n
run: python -m pip install build poetry && python -m build -n
- name: publish to test.pypi.org
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 9c77ac4

Please sign in to comment.