Skip to content

Commit

Permalink
Fixing script to check version
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed Nov 9, 2023
1 parent 7091281 commit a34dca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/contrib-auto-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
# Use a script or a method to get the current version and the PyPI version
# For example, use a Python script that uses the `packaging` library to compare versions
# Set the output `version_is_greater` to `true` or `false`
pip install requests
python scripts/version_check.py
# Install dependencies required to build
Expand Down

0 comments on commit a34dca3

Please sign in to comment.