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 523f45b commit af09f06Copy full SHA for af09f06
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
lint:
17
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
18
steps:
19
- uses: actions/[email protected]
20
with:
@@ -34,7 +34,7 @@ jobs:
34
tox_env:
35
- docs
36
- twine_check
37
38
39
40
@@ -101,7 +101,7 @@ jobs:
101
runs-on: "ubuntu-latest"
102
strategy:
103
matrix:
104
- distro: [ "ubuntu20.04" ]
+ distro: [ "ubuntu22.04" ]
105
arch: ["aarch64"]
106
107
@@ -248,4 +248,4 @@ jobs:
248
run: twine upload dist/*
249
env:
250
TWINE_USERNAME: __token__
251
- TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments