Skip to content

Commit b3ad935

Browse files
author
Muhammed Hasan Celik
committed
install decima
1 parent 6f49d65 commit b3ad935

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
pages: write
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
# - uses: actions/checkout@v4
2222

23-
- name: Set up Python 3.12
24-
uses: actions/setup-python@v5
25-
with:
26-
python-version: 3.12
23+
# - name: Set up Python 3.12
24+
# uses: actions/setup-python@v5
25+
# with:
26+
# python-version: 3.12
2727

28-
- name: Install dependencies
29-
run: |
30-
python -m pip install --upgrade pip
31-
pip install tox
28+
# - name: Install dependencies
29+
# run: |
30+
# python -m pip install --upgrade pip
31+
# pip install tox
3232

3333
# - name: Test with tox
3434
# run: |
@@ -42,26 +42,27 @@ jobs:
4242
# - name: Publish to PyPI
4343
# uses: pypa/gh-action-pypi-publish@release/v1
4444

45-
# test:
46-
# runs-on: ubuntu-latest
47-
# permissions:
48-
# id-token: write
49-
# repository-projects: write
50-
# contents: write
51-
# pages: write
52-
53-
# steps:
54-
# - uses: actions/checkout@v4
55-
56-
# - name: Set up Python 3.12
57-
# uses: actions/setup-python@v5
58-
# with:
59-
# python-version: 3.12
60-
61-
# - name: Install dependencies
62-
# run: |
63-
# python -m pip install --upgrade pip
64-
# pip install tox
45+
docs:
46+
runs-on: ubuntu-latest
47+
permissions:
48+
id-token: write
49+
repository-projects: write
50+
contents: write
51+
pages: write
52+
53+
steps:
54+
- uses: actions/checkout@v4
55+
56+
- name: Set up Python 3.12
57+
uses: actions/setup-python@v5
58+
with:
59+
python-version: 3.12
60+
61+
- name: Install dependencies
62+
run: |
63+
python -m pip install --upgrade pip
64+
pip install -e .
65+
pip install tox
6566
6667
- name: Build docs
6768
run: |

0 commit comments

Comments
 (0)