Skip to content

Commit ed4a0f9

Browse files
authored
Merge pull request #47 from danfimov/feat-replace-poetry-with-uv
fix: variable for pypi token
2 parents 82add76 + 5c69425 commit ed4a0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- run: uv build
2424
- name: Release package
2525
env:
26-
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
26+
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
2727
run: uv publish

0 commit comments

Comments
 (0)