Skip to content

Commit

Permalink
Only release wheels on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Nov 2, 2024
1 parent 61edba5 commit 4e515be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
with:
name: python-package-distributions
path: dist/
pattern: '**/*.whl'
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
env:
Expand Down Expand Up @@ -141,6 +142,7 @@ jobs:
with:
name: python-package-distributions
path: dist/
pattern: '**/*.whl'
- name: Publish distribution with relaxed constraints
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 4e515be

Please sign in to comment.