Skip to content

Commit

Permalink
Merge pull request #86 from lydia-duncan/revertSetupToolsInclusion
Browse files Browse the repository at this point in the history
Undo setuptools changes and try a different strategy to fix the release
[not reviewed]

Don't include setuptools in the new package, include it in the environment
used to make the new package
  • Loading branch information
lydia-duncan authored Jan 16, 2024
2 parents fa5469a + 966d340 commit 41d55cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install setuptools
- name: Build package
run: |
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Note: DON'T UPDATE THIS WITHOUT ALSO UPDATING SETUP.PY
docutils==0.18
Sphinx==5.3.0
setuptools==65.5.1
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
install_requires=[
'docutils==0.18',
'Sphinx==5.3.0',
'setuptools==65.5.1',
],
namespace_packages=['sphinxcontrib']
)

0 comments on commit 41d55cc

Please sign in to comment.