Skip to content

Commit

Permalink
Update pypi-nightly-build.yml
Browse files Browse the repository at this point in the history
point build to our pypi project
  • Loading branch information
asaiacai authored Sep 28, 2024
1 parent eb985aa commit 56fe8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
RELEASE_VERSION=$(date +%Y%m%d)
sed -i "s/{{SKYPILOT_COMMIT_SHA}}/${{ github.sha }}/g" sky/__init__.py
sed -i "s/__version__ = '.*'/__version__ = '1.0.0.dev${RELEASE_VERSION}'/g" sky/__init__.py
sed -i "s/name='skypilot',/name='skypilot-nightly',/g" sky/setup_files/setup.py
sed -i "s/name='skypilot',/name='trainy-skypilot-nightly',/g" sky/setup_files/setup.py
- name: Build a binary wheel and a source tarball
run: >-
python -m
Expand Down

0 comments on commit 56fe8e2

Please sign in to comment.