Skip to content

Commit a964764

Browse files
committed
patching release.yml to run pytest from uv
1 parent 52626ce commit a964764

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ jobs:
172172
- name: Publish package to PyPI
173173
uses: pypa/gh-action-pypi-publish@release/v1
174174
# No need for secrets.PYPI_API_TOKEN if using trusted publishing
175-
# with:
176-
# user: __token__
177-
# password: ${{ secrets.PYPI_API_TOKEN }}
175+
with:
176+
user: __token__
177+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)