Skip to content

Commit 5f48c16

Browse files
Corrected python version to 3.12
1 parent bd0407d commit 5f48c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.13'
21+
python-version: '3.12'
2222
- run: pip install build
2323
- run: python -m build
2424
- uses: pypa/gh-action-pypi-publish@release/v1
2525
with:
2626
repository-url: https://test.pypi.org/legacy/
27-
skip-existing: true
27+
skip-existing: true

0 commit comments

Comments
 (0)