Skip to content

Commit

Permalink
Update python version but now we need to include setuptools on our own (
Browse files Browse the repository at this point in the history
#6787)

TODO:
- [x] determine if this means we should technically add setuptools to
the requirements.txt
  • Loading branch information
loadams authored Dec 4, 2024
1 parent fc23007 commit ed7d183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
environment: release-env

steps:
Expand All @@ -25,6 +25,7 @@ jobs:
python release/check_release_version.py --release_version ${{ env.RELEASE_VERSION }}
- name: Build DeepSpeed
run: |
pip install setuptools
DS_BUILD_STRING=" " python setup.py sdist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit ed7d183

Please sign in to comment.