Skip to content

Commit

Permalink
Merge pull request #187 from plotly/andrew/flags
Browse files Browse the repository at this point in the history
Don't pin if using latest version
  • Loading branch information
ayjayt authored Jan 29, 2025
2 parents 25f7891 + 6491585 commit e695397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: git checkout ${{ github.ref_name }}
- run: uv python install ${{ matrix.python_v }}
- run: uv python pin ${{ matrix.python_v }}
if: ${{ matrix.python_v != '' }}
# don't modify sync file! messes up version!
- run: uv sync --all-extras --frozen # does order matter?
- run: uv build
Expand Down

0 comments on commit e695397

Please sign in to comment.