File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99concurrency :
10- group :
11- ${{ github.workflow }}-${{ github.ref_name }}-${{
10+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{
1211 github.event.pull_request.number || github.sha }}
1312 cancel-in-progress : true
1413
7271 run : uvx ruff check .
7372
7473 - name : " Validate project metadata"
75- run :
76- uvx --from 'validate-pyproject[all,store]' validate-pyproject
74+ run : uvx --from 'validate-pyproject[all,store]' validate-pyproject
7775 pyproject.toml
7876
7977 build-and-publish :
Original file line number Diff line number Diff line change 5353 with :
5454 user : __token__
5555 password : ${{ secrets.GITHUB_TOKEN }}
56- repository-url :
57- https://pypi.pkg.github.com/${{ github.repository_owner }}
56+ repository-url : https://pypi.pkg.github.com/${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments