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 f1878f1 commit 2051811Copy full SHA for 2051811
.github/workflows/CI.yml
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ${{ matrix.os }}
48
strategy:
49
matrix:
50
- os: [ubuntu-20.04, windows-2019, macos-14]
+ os: [ubuntu-22.04, windows-2022, macos-14]
51
arch: [auto64]
52
include:
53
- os: ubuntu-20.04
@@ -147,4 +147,4 @@ jobs:
147
with:
148
user: __token__
149
password: ${{ secrets.PYPI_API_TOKEN }}
150
- packages-dir: .
+ packages-dir: .
0 commit comments