Skip to content

Commit

Permalink
publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Dec 23, 2024
1 parent 2093ec6 commit 18c5452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v2
- run: pip install uv
- run: uvx --from toml-cli toml set --toml-path=pyproject.toml project.version ${GITHUB_REF:10}
- run: uv build
- run: uv publish -t ${{ secrets.PYPI_API_TOKEN }}
- uses: EndBug/[email protected]
Expand Down

0 comments on commit 18c5452

Please sign in to comment.