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 355088f commit 2f3d83aCopy full SHA for 2f3d83a
.github/workflows/pypi.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v4.7.0
15
with:
16
- python-version: 3.8
+ python-version: "3.13"
17
- name: Get the version
18
id: get_version
19
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
@@ -25,4 +25,4 @@ jobs:
25
- name: Build and publish to pypi
26
uses: JRubics/poetry-publish@v1.6
27
28
- pypi_token: ${{ secrets.pypi_password_sx_did_lib }}
+ pypi_token: ${{ secrets.pypi_password_sx_did_lib }}
0 commit comments