Skip to content

Commit

Permalink
another try to fix gh action packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrozich committed May 5, 2024
1 parent 291a4bf commit 6fc11d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Install pip correct version
run: python -m ensurepip --upgrade

- name: Install Python packaging tools
run: |
pip install --upgrade pip setuptools wheel
- name: Install bumpversion
run: pip install bump2version
# This step installs the bump2version package
Expand Down Expand Up @@ -64,10 +68,6 @@ jobs:
git push --tags
# This step performs the version bump and pushes the changes to the repository

- name: Install Python packaging tools
run: |
pip install --upgrade pip setuptools wheel
- name: Install project dependencies
run: pip install -r requirements.txt

Expand Down

0 comments on commit 6fc11d8

Please sign in to comment.