Skip to content

Commit

Permalink
Remove deploy-tar job from wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dwpeng committed Mar 23, 2024
1 parent 69456bf commit 7e76adc
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,3 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_API_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: twine upload wheelhouse/*.whl

deploy-tar:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build twine setuptools wheel
- name: Build source distribution
run: python -m build

- name: Upload source distribution
continue-on-error: true
env:
TWINE_USERNAME: ${{ secrets.PYPI_API_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: twine upload dist/*tar*

0 comments on commit 7e76adc

Please sign in to comment.