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 aa5cbd9 commit e5f5ee5Copy full SHA for e5f5ee5
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
ref: ${{ github.event.pull_request.head.sha }}
77
78
- name: Set up Python ${{ matrix.env.python }}
79
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
80
with:
81
python-version: ${{ matrix.env.python }}
82
cache: "pip"
.github/workflows/pypi.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: Set up Python
22
23
24
python-version: "3.x"
25
- name: Install dependencies
0 commit comments