We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0826f77 commit ef77f45Copy full SHA for ef77f45
.github/workflows/publish-pypi.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: actions/setup-python@v1
26
with:
27
python-version: 3.8
28
+ fetch-depth: 0
29
- name: Build dist files
30
run: |
31
python -m pip install --upgrade pip
@@ -38,4 +39,4 @@ jobs:
38
39
- name: Publish distribution 📦 to PyPI
40
uses: pypa/gh-action-pypi-publish@release/v1 # license BSD-2
41
- password: ${{ secrets.PYPI_API_TOKEN_WRONG }}
42
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments