Skip to content

Commit c131e3a

Browse files
committed
ci: silence pypi publish warning and upgrade actions
1 parent fc6652a commit c131e3a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Set up Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: '3.10'
3030
cache: 'pip'
@@ -37,11 +37,12 @@ jobs:
3737
python .github/workflows/update-version.py
3838
python -m build -n
3939
- name: Release assets
40-
uses: softprops/action-gh-release@v1
40+
uses: softprops/action-gh-release@v2
4141
with:
4242
files: dist/*
4343
- name: pypi-publish
4444
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
4646
user: __token__
47-
password: ${{ secrets.PYPI_API_TOKEN }}
47+
password: ${{ secrets.PYPI_API_TOKEN }}
48+
attestations: false

0 commit comments

Comments
 (0)