We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8567768 commit a3b1b75Copy full SHA for a3b1b75
.github/workflows/python-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- python -m pip install --upgrade build
+ python -m pip install --upgrade build twine
25
26
- name: Build package
27
run: python -m build
@@ -30,4 +30,4 @@ jobs:
30
uses: pypa/gh-action-pypi-publish@release/v1
31
with:
32
user: __token__
33
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments