Skip to content

Commit

Permalink
moving to source only distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Aug 27, 2024
1 parent f865325 commit 273bacf
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:
python3 -m pip install numpy
python3 -m pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
- name: Install cibuildwheel
run: |
python3 -m pip install cibuildwheel
- name: Build wheels
run: |
cibuildwheel --output-dir dist
- name: Build distribution
run: |
python3 -m build --sdist
Expand All @@ -44,5 +36,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
packages_dir: dist/
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 273bacf

Please sign in to comment.