We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecbb14 commit e3a6efeCopy full SHA for e3a6efe
.github/workflows/pypi-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v2
19
with:
20
- python-version: "3.x"
+ python-version: "3.10"
21
- name: Install Poetry
22
run: curl -sSL https://install.python-poetry.org | python3 -
23
- name: Update version
0 commit comments