Skip to content

Commit

Permalink
Initial version #3
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Warner <brian@bdwarner.com>
  • Loading branch information
brianwarner committed Nov 24, 2024
1 parent 1e4e400 commit f5fe8ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
- name: Build the packages
run: |
python -m build
Expand Down

0 comments on commit f5fe8ef

Please sign in to comment.