Skip to content

Commit

Permalink
don't upload dependency wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Nov 27, 2023
1 parent eec64bc commit ed10f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build
run: |
pip wheel . -w dist
pip wheel . --no-deps -w dist
- name: Upload wheel
uses: actions/upload-artifact@v1
with:
Expand All @@ -66,6 +66,6 @@ jobs:
run: rm dist/*-linux_x86_64.whl
- name: Publish distribution package to PyPI
#if: env.branch == 'master'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1
with:
password: ${{ secrets.pypi_password }}

0 comments on commit ed10f15

Please sign in to comment.