We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac4d034 + e1a3a6a commit a0e661fCopy full SHA for a0e661f
.github/workflows/wheels.yml
@@ -103,6 +103,11 @@ jobs:
103
user: __token__
104
password: ${{ secrets.PYPI_DEPLOY }}
105
106
+ - name: Add wheels to GitHub release artifacts
107
+ uses: softprops/action-gh-release@v1
108
+ with:
109
+ files: dist/*.whl
110
+
111
package_offline:
112
# We want to run this on the official PEP Python-wheel building platform to
113
# ensure the downloaded wheels have the broadest compatibility. Using the
0 commit comments