Skip to content

Commit

Permalink
Bump releases run with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Jul 14, 2024
1 parent 7758c1b commit 2e796df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build

on:
workflow_dispatch: {}
push:
branches:
- master
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/bump-releases.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bump External Releases

on:
workflow_dispatch: {}
schedule:
- cron: 0 0 * * * # every day at midnight

Expand All @@ -15,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: Configure git configs
run: |
git config --global user.email "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish on PyPI

on:
workflow_dispatch: {}
push:
tags:
- v*
Expand Down

0 comments on commit 2e796df

Please sign in to comment.