Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaddek committed Feb 13, 2025
1 parent b2abb64 commit 36b6972
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install the project
run: uv sync

- name: Install the project
- name: Build the project
run: uv build

- name: Upload built artifacts
Expand Down Expand Up @@ -110,6 +110,8 @@ jobs:
env:
PYPI_USERNAME: ${{ secrets.PP_UN }}
PYPI_PASSWORD: ${{ secrets.PP_TK }}
UV_PUBLISH_USERNAME: ${{ secrets.PP_UN }}
UV_PUBLISH_TOKEN: ${{ secrets.PP_TK }}
run: |
uv build
uv publish
Expand Down

0 comments on commit 36b6972

Please sign in to comment.