Skip to content

Commit

Permalink
555
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezquitao committed Nov 22, 2024
1 parent ed5345f commit 7d67116
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install Build Dependencies
run: |
sudo apt-get update
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get install -y python${{ matrix.python-version }}-dev libeigen3-dev
pip install --upgrade pip setuptools wheel
Expand All @@ -37,8 +38,8 @@ jobs:
run: |
python setup.py bdist_wheel
- name: Upload Wheel to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: dist
# - name: Upload Wheel to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_API_TOKEN }}
# packages_dir: dist

0 comments on commit 7d67116

Please sign in to comment.