Skip to content

Commit

Permalink
Updated action versions and fied README (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos authored Nov 9, 2022
1 parent 19b2516 commit bc9641f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: python -m pip install poetry
- name: poetry build
run: poetry build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: poetry_build
path: dist/
Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: poetry_build
path: dist/
Expand Down
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ For final activation, please add `sphinx_needs` to the project's extension list
extensions = ["sphinx_needs",]
For the full configuration, please read :ref:`config`.

.. note::

Prior version **1.0.1** the extensions was called ``sphinxcontrib.needs``.
Expand Down

0 comments on commit bc9641f

Please sign in to comment.