Temp disable deploy
This commit is contained in:
parent
a682252be7
commit
2dadfdbbca
46
.github/workflows/publish.yml
vendored
46
.github/workflows/publish.yml
vendored
@ -131,32 +131,32 @@ jobs:
|
|||||||
asset_name: ${{env.wheel_name}}
|
asset_name: ${{env.wheel_name}}
|
||||||
asset_content_type: application/*
|
asset_content_type: application/*
|
||||||
|
|
||||||
publish_package:
|
# publish_package:
|
||||||
name: Publish package
|
# name: Publish package
|
||||||
needs: [build_wheels]
|
# needs: [build_wheels]
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v3
|
# - uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
# - uses: actions/setup-python@v4
|
||||||
with:
|
# with:
|
||||||
python-version: '3.10'
|
# python-version: '3.10'
|
||||||
|
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: |
|
# run: |
|
||||||
pip install ninja packaging setuptools wheel twine
|
# pip install ninja packaging setuptools wheel twine
|
||||||
|
|
||||||
- name: Build core package
|
# - name: Build core package
|
||||||
env:
|
# env:
|
||||||
FLASH_ATTENTION_SKIP_CUDA_BUILD: "TRUE"
|
# FLASH_ATTENTION_SKIP_CUDA_BUILD: "TRUE"
|
||||||
run: |
|
# run: |
|
||||||
python setup.py sdist --dist-dir=dist
|
# python setup.py sdist --dist-dir=dist
|
||||||
|
|
||||||
- name: Deploy
|
# - name: Deploy
|
||||||
env:
|
# env:
|
||||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
||||||
run: |
|
# run: |
|
||||||
python -m twine upload dist/*
|
# python -m twine upload dist/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user