Skip to content

Commit

Permalink
test 12-8
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 3, 2023
1 parent 2a73152 commit 65c1279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'

# Build doxygen files in /docs/doxygen/output/html
- name: Build doxygen
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-pypi

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down

0 comments on commit 65c1279

Please sign in to comment.