Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 2, 2023
1 parent cf22df8 commit 4aad967
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 52 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
include:
- version: "3.11"
check-formatting: "true"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_on_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
description: Publish new postrelease if the version exists
version:
required: false
default: ""
type: string
description: Use a specific package version, latest otherwise

Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
rm -rf *.egg-info || true
poetry install -n
- name: Commit changes
if: "${{ github.event.inputs.version == '' }}"
run: |
git config --global user.email "github-actions@github.com"
git config --global user.name "github-actions"
Expand Down
107 changes: 55 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4aad967

Please sign in to comment.