Skip to content

Commit 2f3d83a

Browse files
authored
Update Python version to 3.13 in workflow
Bump Python version pypi deployment to something supported
1 parent 355088f commit 2f3d83a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v4.7.0
1515
with:
16-
python-version: 3.8
16+
python-version: "3.13"
1717
- name: Get the version
1818
id: get_version
1919
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
@@ -25,4 +25,4 @@ jobs:
2525
- name: Build and publish to pypi
2626
uses: JRubics/poetry-publish@v1.6
2727
with:
28-
pypi_token: ${{ secrets.pypi_password_sx_did_lib }}
28+
pypi_token: ${{ secrets.pypi_password_sx_did_lib }}

0 commit comments

Comments
 (0)