Skip to content

Commit

Permalink
wip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed Nov 9, 2023
1 parent 1d1caed commit 2c0862d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/contrib-auto-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- hub_improvements # or the branch of your choice
paths:
- 'contrib/**'

jobs:
publish-to-pypi:
Expand All @@ -24,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8' # Set up your required Python version
python-version: '3.10' # Set up your required Python version

# Check current published version
- name: Check if version is greater than the one on PyPI
Expand Down

0 comments on commit 2c0862d

Please sign in to comment.