Skip to content

Commit

Permalink
fix: release job
Browse files Browse the repository at this point in the history
  • Loading branch information
geronimo-iia committed May 30, 2023
1 parent 7408fb7 commit 5711f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: make install
- run: poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
- name: Build and publish to pypi
run: make publish --build
run: make publish
- name: Build and publish Documentation
run: make publish-docs
- name: Create Release
Expand Down

0 comments on commit 5711f89

Please sign in to comment.