We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e86555 commit 6ea4ff0Copy full SHA for 6ea4ff0
.github/workflows/pull_request.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Python 3.10
38
uses: actions/setup-python@v5
39
with:
40
- python-version: '3.13'
+ python-version: '3.10'
41
42
- name: Install dependencies
43
run: |
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
- name: Setup Python
44
45
46
47
48
- name: Install build dependencies
49
run: python -m pip install --upgrade pip wheel
@@ -60,7 +60,7 @@ jobs:
60
release-tag: ${{ needs.prepare.outputs.version }}
61
62
- name: Upload package to pypi
63
- uses: pypa/gh-action-pypi-publish@v1.10.1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
64
65
user: __token__
66
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments