Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeininger committed Oct 1, 2024
1 parent 07cf648 commit f1d48f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build packages
run: |
python -m venv .venv
.venv/bin/pip install wheel -r requirements.txt
.venv/bin/pip install wheel setuptools -r requirements.txt
sed -i "s/\(version='[0-9]*\.[0-9]*\.[0-9]*\)\('\)/\1.dev$(date +%Y%m%d%H%M%S)\2/g" setup.py
sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py
.venv/bin/python setup.py clean check sdist bdist_wheel
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Build packages
run: |
python -m venv .venv
.venv/bin/pip install wheel -r requirements.txt
.venv/bin/pip install wheel setuptools -r requirements.txt
.venv/bin/python setup.py clean check sdist bdist_wheel
- name: Upload to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit f1d48f3

Please sign in to comment.