1
1
mirror of https://github.com/mrabarnett/mrab-regex.git synced 2025-10-05 20:02:39 +02:00

Setup failure scenario

Fix sdist license failure with setuptools
This commit is contained in:
facelessuser
2025-07-30 10:29:58 -06:00
parent a4a6d9443b
commit 26d6efc9bf

View File

@@ -47,6 +47,7 @@ jobs:
- name: Build source distribution
run: |
python -m pip install -U setuptools
python setup.py sdist --formats=gztar
- name: Upload source distribution