We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cf648 commit f1d48f3Copy full SHA for f1d48f3
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Build packages
52
run: |
53
python -m venv .venv
54
- .venv/bin/pip install wheel -r requirements.txt
+ .venv/bin/pip install wheel setuptools -r requirements.txt
55
sed -i "s/\(version='[0-9]*\.[0-9]*\.[0-9]*\)\('\)/\1.dev$(date +%Y%m%d%H%M%S)\2/g" setup.py
56
sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py
57
.venv/bin/python setup.py clean check sdist bdist_wheel
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
- name: Upload to PyPI
80
uses: pypa/[email protected]
0 commit comments