Skip to content

Commit

Permalink
publish with 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Aug 18, 2024
1 parent 74c6beb commit 9478ac2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

set -eo pipefail
shopt -s inherit_errexit

watch_file venv/bin/activate

if [[ -f "venv/bin/activate" ]]; then
source venv/bin/activate
fi
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
architecture: x64
- run: make build
- run: venv-tools/bin/twine upload dist/*
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12

0 comments on commit 9478ac2

Please sign in to comment.