Skip to content

Commit

Permalink
Installed sphinx extension when publishing to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceWalnut committed Oct 26, 2023
1 parent ff2138b commit ee1c552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U setuptools setuptools_scm wheel
pip install packaging twine typing-extensions tox-conda
pip install packaging twine typing-extensions tox-conda myst-parser
- name: Build the Python package
run: |
tox -e build
Expand Down

0 comments on commit ee1c552

Please sign in to comment.