Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeininger committed Oct 1, 2024
1 parent fc8da30 commit 7861c85
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,9 @@ jobs:
- name: Build packages
run: |
ls -ls oereb_client/static/build
pip install wheel -r requirements.txt
python setup.py --test clean check sdist bdist_wheel
python -m venv .venv
.venv/bin/pip install wheel setuptools -r requirements.txt
.venv/bin/python setup.py --test clean check sdist bdist_wheel
- name: Upload to PyPI Test
uses: pypa/[email protected]
with:
Expand All @@ -236,8 +237,9 @@ jobs:
- name: Build packages
run: |
ls -ls oereb_client/static/build
pip install wheel -r requirements.txt
python setup.py clean check sdist bdist_wheel
python -m venv .venv
.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]
with:
Expand Down

0 comments on commit 7861c85

Please sign in to comment.