Skip to content

Commit

Permalink
Update pypi_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Nov 23, 2024
1 parent de638bd commit 7c7479c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9' # Use a specific Python version for consistency
python-version: '3.x' # Use a specific Python version for consistency

# Step 3: Upgrade pip and install dependencies for building and publishing
- name: Install dependencies
Expand Down

0 comments on commit 7c7479c

Please sign in to comment.