Skip to content

Commit 8141c38

Browse files
committed
Remove --no-sources from test-pypi.yml
1 parent 8c85412 commit 8141c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
python-version-file: "./src/py/pyproject.toml"
102102
- run: git checkout ${{ github.ref_name }}
103-
- run: uv sync --no-sources --frozen --all-extras
103+
- run: uv sync --frozen --all-extras
104104
- run: uv build
105105
- name: Publish package distributions to PyPI
106106
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)