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 a4f0ce9 commit ea051f9Copy full SHA for ea051f9
.github/workflows/publish-python-package.yml
@@ -26,9 +26,9 @@ jobs:
26
- name: Setup Python
27
uses: actions/setup-python@v4
28
with:
29
- python-version: "3.11"
+ python-version: "3.12"
30
- name: Setup Poetry
31
- uses: Gr1N/setup-poetry@v8
+ uses: Gr1N/setup-poetry@v9
32
- name: Build the source distribution and pure-Python wheel
33
run: |
34
poetry install
.github/workflows/test-python-package.yml
@@ -28,7 +28,7 @@ jobs:
- name: Setup Nox
uses: fjwillemsen/setup-nox2@v3.0.0
- run: poetry self add poetry-plugin-export
- name: Run tests with Nox
0 commit comments