File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 with :
8080 name : all-dist-${{ github.run_id }}
8181 path : dist/
82- - name : Publish package distributions to TestPyPI
83- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
84- with :
85- repository-url : https://test.pypi.org/legacy/
86- skip-existing : true
87- attestations : ${{ env.DRY_RUN }}
8882 - name : Publish package distributions to PyPI
8983 if : startsWith(env.DRY_RUN, 'false')
9084 uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
Original file line number Diff line number Diff line change 5353 - name : Run synchro smoke test
5454 run : |
5555 uv run --extra test --with unasync pytest tools/test_synchro.py -v --override-ini="addopts="
56+ - name : Validate pyproject.toml
57+ run : |
58+ uvx --from 'validate-pyproject[all]' validate-pyproject pyproject.toml
59+ - name : Check package metadata
60+ run : |
61+ uv build
62+ uvx twine check --strict dist/*
5663 - run : |
5764 sudo apt-get install -y cppcheck
5865 - run : |
You can’t perform that action at this time.
0 commit comments