We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c85412 commit 8141c38Copy full SHA for 8141c38
.github/workflows/publish_testpypi.yml
@@ -100,7 +100,7 @@ jobs:
100
with:
101
python-version-file: "./src/py/pyproject.toml"
102
- run: git checkout ${{ github.ref_name }}
103
- - run: uv sync --no-sources --frozen --all-extras
+ - run: uv sync --frozen --all-extras
104
- run: uv build
105
- name: Publish package distributions to PyPI
106
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments