Skip to content

Commit

Permalink
fixing poetry publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Aug 18, 2024
1 parent cbeeeb4 commit a06ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: poetry config pypi-token.pypi ${{secrets.PYPI_TOKEN}}

- name: Publish cabs
run: cd suricat_beams && poetry publish --build
run: cd suricat_cabs && poetry publish --build

- name: Publish main package
run: poetry publish --build

0 comments on commit a06ee9d

Please sign in to comment.