Skip to content

Commit

Permalink
Reverted back to pypa/gh-action-pypi-publish for publishing (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza authored Oct 9, 2024
1 parent cc8197c commit de95a0e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uv build --sdist --wheel --out-dir dist/ .
uv build --sdist --wheel --out-dir dist/ packages/gsm8k
uv build --sdist --wheel --out-dir dist/ packages/hotpotqa
- run: uv publish
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
# TODO: go back to `uv publish` after https://github.com/astral-sh/uv/issues/8030
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit de95a0e

Please sign in to comment.