Skip to content

Commit

Permalink
Fixed the release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfmendonca committed Feb 9, 2023
1 parent 3f38fb7 commit f792400
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
with:
python-version: 3.9

# -------------------
# Install basic packages (not associated with the repo)
- name: update and upgrade pip, setuptools, wheel and twine
run: |
pip install --upgrade pip
pip install --upgrade setuptools wheel twine pip-tools
pip install configparser semver
# -------------------
# Update the package version by bumping the version to the next
- name: Bump version
Expand Down

0 comments on commit f792400

Please sign in to comment.