We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3158d9f commit fde6a52Copy full SHA for fde6a52
1 file changed
.github/workflows/python_package.yml
@@ -75,9 +75,9 @@ jobs:
75
- name: Upgrade pip and install build
76
run: |
77
python -m pip install --upgrade pip
78
- pip install build
+ pip install setuptools wheel
79
- name: Build package for deployment
80
- run: python -m build
+ run: python setup.py bdist_wheel sdist
81
- name: Publish distribution 📦 to PyPI
82
uses: pypa/gh-action-pypi-publish@release/v1
83
# password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments