Skip to content

Commit fd224ef

Browse files
committed
Skip GitHub release.
1 parent fcab7d9 commit fd224ef

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,7 @@ jobs:
8484
path: dist
8585
merge-multiple: true
8686

87-
- name: Create a GitHub release
88-
run: gh release create --generate-notes dist/*
89-
env:
90-
GITHUB_TOKEN: ${{ github.token }}
91-
92-
- uses: pypa/gh-action-pypi-publish@v1.9.0
87+
- name: Release to PyPI
88+
uses: pypa/gh-action-pypi-publish@v1.9.0
9389
with:
94-
password: ${{ secrets.PYPI_API_TOKEN }}
90+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)