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.
1 parent ad30e74 commit 82e28e3Copy full SHA for 82e28e3
1 file changed
.github/workflows/python-publish.yml
@@ -29,10 +29,10 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install build
+ pip install wheel
33
- name: Build package
34
- run: python -m build
+ run: python setup.py sdist bdist_wheel
35
- name: Publish package
36
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
+ uses: pypa/gh-action-pypi-publish@release/v1
37
with:
38
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments