Skip to content

Commit d16b7b3

Browse files
committed
try to fix release workflow
1 parent bb833be commit d16b7b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
- name: Set up Python
274274
uses: actions/setup-python@v5
275275
with:
276-
python-version: '3.13'
276+
python-version: '3.12'
277277
- name: Upgrade pip
278278
run: |
279279
python -m pip install --upgrade pip
@@ -310,7 +310,7 @@ jobs:
310310
311311
- name: Publish package on PyPI
312312
if: steps.tag-version.outputs.new_tag
313-
uses: pypa/gh-action-pypi-publish@v1.8.14
313+
uses: pypa/gh-action-pypi-publish@release/v1.12
314314
with:
315315
user: __token__
316316
password: "${{ secrets.PYPI_TOKEN }}"

0 commit comments

Comments
 (0)