We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcab7d9 commit fd224efCopy full SHA for fd224ef
.github/workflows/wheels.yml
@@ -84,11 +84,7 @@ jobs:
84
path: dist
85
merge-multiple: true
86
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
+ - name: Release to PyPI
+ uses: pypa/gh-action-pypi-publish@v1.9.0
93
with:
94
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments