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 a2058c5 commit e463ccc
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 @@ -42,7 +42,7 @@ jobs:
- name: Build package
run: |
poetry config pypi-token.pypi {{ secrets.PYPI_TOKEN }}
poetry config pypi-token.pypi "{{ secrets.PYPI_TOKEN }}"
poetry build --publish
- name: Archive build artifacts
Expand Down

0 comments on commit e463ccc

Please sign in to comment.