We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8987f commit 7c750ddCopy full SHA for 7c750dd
1 file changed
.github/workflows/pypi.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up Python
14
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
15
with:
16
python-version: "3.x"
17
- name: Install dependencies
0 commit comments