Skip to content

Commit

Permalink
Use newversion
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 9, 2024
1 parent 3d581c6 commit 9e6f5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- "3.13"
- "3.14"
include:
- version: "3.12"
- version: "3.13"
check-consistency: "true"
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_on_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install the project
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Bump version
run: |
echo "Bumping version to ${STUBS_VERSION}"
sed -i 's/^version = ".*"$/version = "'$STUBS_VERSION'"/' pyproject.toml
uvx newversion -psi ${STUBS_VERSION}
uv pip install .
- name: Commit changes
if: "${{ github.event.inputs.version == '' }}"
Expand Down

0 comments on commit 9e6f5a6

Please sign in to comment.