Updated actions/setup-python in docs

This commit is contained in:
Andrew Murray
2024-04-25 09:43:01 +10:00
parent d24ebf4125
commit 950fbd0a60
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
- uses: actions/checkout@v4
# Used to host cibuildwheel
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0