Skip to content

Commit

Permalink
update pypi publish to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dontseyit committed May 31, 2024
1 parent d426dd1 commit 6269bdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
dockerfile: ./Dockerfile
args:
# [Choice] Python version: 3, 3.8, 3.7, 3.6
VARIANT: 3.9
VARIANT: 3.12
# [Choice] Install Node.js
INSTALL_NODE: "true"
NODE_VERSION: "lts/*"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pypi_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.9
uses: actions/setup-python@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: '3.12'

- name: Ensure package version and tag name are equal
run: |
Expand Down

0 comments on commit 6269bdb

Please sign in to comment.