Skip to content

Commit a3b1b75

Browse files
committed
fix version
1 parent 8567768 commit a3b1b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
python -m pip install --upgrade build
24+
python -m pip install --upgrade build twine
2525
2626
- name: Build package
2727
run: python -m build
@@ -30,4 +30,4 @@ jobs:
3030
uses: pypa/gh-action-pypi-publish@release/v1
3131
with:
3232
user: __token__
33-
password: ${{ secrets.PYPI_API_TOKEN }}
33+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)