File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 with :
3333 persist-credentials : false
3434
35- - uses : actions/setup-python@v5
35+ - uses : actions/setup-python@v6
3636 with :
3737 # Build sdist on lowest supported Python
3838 python-version : ' 3.9'
Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ jobs:
7676 name : all-dist-${{ github.run_id }}
7777 path : dist/
7878 - name : Publish package distributions to TestPyPI
79- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
79+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
8080 with :
8181 repository-url : https://test.pypi.org/legacy/
8282 skip-existing : true
8383 attestations : ${{ env.DRY_RUN }}
8484 - name : Publish distribution 📦 to PyPI
8585 if : startsWith(env.DRY_RUN, 'false')
86- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
86+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
8787
8888 post-publish :
8989 needs : [publish]
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v5
1414 - name : Set up Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments