Skip to content

Commit 6ea4ff0

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.13.0
1 parent 9e86555 commit 6ea4ff0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Python 3.10
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: '3.13'
40+
python-version: '3.10'
4141

4242
- name: Install dependencies
4343
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Python
4444
uses: actions/setup-python@v5
4545
with:
46-
python-version: '3.13'
46+
python-version: '3.10'
4747

4848
- name: Install build dependencies
4949
run: python -m pip install --upgrade pip wheel
@@ -60,7 +60,7 @@ jobs:
6060
release-tag: ${{ needs.prepare.outputs.version }}
6161

6262
- name: Upload package to pypi
63-
uses: pypa/gh-action-pypi-publish@v1.10.1
63+
uses: pypa/gh-action-pypi-publish@v1.13.0
6464
with:
6565
user: __token__
6666
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)