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 2425f39 commit e8188f2Copy full SHA for e8188f2
.github/workflows/python-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Edit version
24
run: sed -i 's/version = \".*\"/version = \"${{ github.event.release.tag_name }}\"/g' pyproject.toml
25
- name: Set up Python
26
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
27
with:
28
python-version: '3.x'
29
- name: Install dependencies
0 commit comments