We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6085e commit 64d4c7dCopy full SHA for 64d4c7d
.github/workflows/python-publish.yml
@@ -24,7 +24,6 @@ jobs:
24
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel -y
25
python -m pip install --upgrade pip
26
pip install setuptools wheel twine
27
- python setup.py bdist_wheel
28
- name: Build and publish
29
env:
30
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments