Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Aug 24, 2024
1 parent dc6cc84 commit 40fa17d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dev-publish-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
run: |
python3 -m venv .venv --system-site-packages
source .venv/bin/activate
python -m pip install --upgrade pip wheel setuptools setuptools_scm
pip install build
pip install -r requirements.txt
sudo -H python -m pip install --upgrade pip wheel setuptools setuptools_scm build twine
python -m pip install -r requirements.txt
shell: bash

- name: Build package
Expand Down

0 comments on commit 40fa17d

Please sign in to comment.