Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
attempt py12 and artifacts
  • Loading branch information
tonigi authored May 21, 2024
1 parent 37d85cc commit 7a6dd75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.12'
cache: 'pip'
cache-dependency-path: dtw-python/docs/apidocs-requirements.txt

Expand All @@ -51,7 +51,7 @@ jobs:
tar -cvf api-docs.tar -C dtw-python/docs/_build/ html
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: api-docs
path: api-docs.tar
Expand All @@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v1

- name: Download API docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: api-docs

Expand Down

0 comments on commit 7a6dd75

Please sign in to comment.