Skip to content

Commit

Permalink
change wheel to no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Nov 8, 2023
1 parent 84f99a0 commit c622179
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
- run: source venv/bin/activate
- run: pip install setuptools
- run: python setup.py sdist
- run: pip wheel . -w dist
- run: pip wheel --no-deps . -w dist
- name: Publish package distributions to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: dist/
skip_existing: true
verbose: true

0 comments on commit c622179

Please sign in to comment.