Skip to content

Commit 1fa1376

Browse files
Python 3.12 changes naming convention of Python package tarball.
1 parent 5c89da6 commit 1fa1376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: "Uninstall mod_wsgi"
6767
run: pip uninstall --yes mod_wsgi
6868
- name: "Install mod_wsgi-standalone"
69-
run: python -m pip install --verbose dist/mod_wsgi-standalone-[0-9].*.tar.gz
69+
run: python -m pip install --verbose dist/mod_wsgi[-_]standalone-[0-9].*.tar.gz
7070
- name: "Run mod_wsgi-express test #2"
7171
run: scripts/run-single-test.sh
7272
- name: "Uninstall mod_wsgi-standalone"

0 commit comments

Comments
 (0)