We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2093ec6 commit 18c5452Copy full SHA for 18c5452
.github/workflows/publish-to-pypi.yml
@@ -9,6 +9,7 @@ jobs:
9
- uses: actions/checkout@master
10
- uses: actions/setup-python@v2
11
- run: pip install uv
12
+ - run: uvx --from toml-cli toml set --toml-path=pyproject.toml project.version ${GITHUB_REF:10}
13
- run: uv build
14
- run: uv publish -t ${{ secrets.PYPI_API_TOKEN }}
15
- uses: EndBug/[email protected]
0 commit comments