We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c95d3 commit 4d2e010Copy full SHA for 4d2e010
.github/workflows/pypi.yml
@@ -29,11 +29,12 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
+ python -m ensurepip --upgrade
33
pip install build
34
- name: Build package
35
run: python -m build
36
- name: Publish package
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
+ uses: pypa/gh-action-pypi-publish@release/v1.8
38
with:
39
user: __token__
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments