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 1832e23 commit 569e6c0Copy full SHA for 569e6c0
.github/workflows/python-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python3 -m pip install --upgrade pip
24
- python3 -m pip install setuptools wheel twine
+ python3 -m pip install build setuptools wheel twine
25
- name: Build and publish
26
env:
27
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments