Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Feb 27, 2024
1 parent e463ccc commit 5a4402d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Build package
run: |
poetry config pypi-token.pypi "{{ secrets.PYPI_TOKEN }}"
poetry build --publish
poetry build
poetry publish
- name: Archive build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5a4402d

Please sign in to comment.