Support alpha versions for all wheels

This commit is contained in:
Dion Moult
2024-07-23 17:00:22 +10:00
parent 96b4ad8cd3
commit 5d4a3d504c
15 changed files with 40 additions and 14 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
run: |
pip install build
cd src/ifccityjson &&
make dist
make dist IS_STABLE=TRUE
- name: Publish a Python distribution to PyPI
uses: ortega2247/pypi-upload-action@master
with: