Skip to content

Commit

Permalink
test 12-7
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 3, 2023
1 parent 8ae56d3 commit 2a73152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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.11'
python-version: '3.12'

# Build doxygen files in /docs/doxygen/output/html
- name: Build doxygen
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ jobs:
python -m pip install --upgrade numpy
- name: Build sdist
run: python -m build . --sdist
run: |
python -m pip install build
python -m build . --sdist
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2a73152

Please sign in to comment.