@@ -123,41 +123,41 @@ jobs:
123123 - name : Upload package
124124 uses : actions/upload-artifact@v3
125125 with :
126- name : py_tracing -latest-py3
126+ name : tracing_py3 -latest-py3
127127 path : dist/*
128128
129- update-documentation :
130- name : Update documentation
131- needs : build
132- runs-on : ubuntu-latest
133-
134- steps :
135- - uses : actions/checkout@v4
136-
137- - name : Set up Python 3.11
138- uses : actions/setup-python@v5
139- with :
140- python-version : 3.11
141-
142- - name : Install dependecies
143- run : |
144- python -m pip install --upgrade pip
145- pip install make poetry
146- poetry config virtualenvs.create false --local
147- poetry config virtualenvs.in-project false --local
148- poetry install
149-
150- - name : Build documentation
151- run : |
152- cd docs && make html
153-
154- - name : Deploy to GitHub Pages
155- uses : peaceiris/actions-gh-pages@v3
156- with :
157- publish_branch : gh-pages
158- github_token : ${{ secrets.TOKEN }}
159- publish_dir : docs/build/html
160- force_orphan : true
129+ # update-documentation:
130+ # name: Update documentation
131+ # needs: build
132+ # runs-on: ubuntu-latest
133+
134+ # steps:
135+ # - uses: actions/checkout@v4
136+
137+ # - name: Set up Python 3.11
138+ # uses: actions/setup-python@v5
139+ # with:
140+ # python-version: 3.11
141+
142+ # - name: Install dependecies
143+ # run: |
144+ # python -m pip install --upgrade pip
145+ # pip install make poetry
146+ # poetry config virtualenvs.create false --local
147+ # poetry config virtualenvs.in-project false --local
148+ # poetry install
149+
150+ # - name: Build documentation
151+ # run: |
152+ # cd docs && make html
153+
154+ # - name: Deploy to GitHub Pages
155+ # uses: peaceiris/actions-gh-pages@v3
156+ # with:
157+ # publish_branch: gh-pages
158+ # github_token: ${{ secrets.TOKEN }}
159+ # publish_dir: docs/build/html
160+ # force_orphan: true
161161
162162 publish-to-pypi :
163163 name : Publish to PyPI
@@ -172,7 +172,7 @@ jobs:
172172 - name : Download all the dists
173173 uses : actions/download-artifact@v3
174174 with :
175- name : py_tracing -latest-py3
175+ name : tracing_py3 -latest-py3
176176 path : dist
177177
178178 - name : Publish distribution to PyPI
0 commit comments