Skip to content

Commit 4d2e010

Browse files
authored
Ensure pip
1 parent 47c95d3 commit 4d2e010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32+
python -m ensurepip --upgrade
3233
pip install build
3334
- name: Build package
3435
run: python -m build
3536
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37+
uses: pypa/gh-action-pypi-publish@release/v1.8
3738
with:
3839
user: __token__
3940
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)