10000 try manually fetching tags for version · fossabot/server-client-python@ef77f45 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef77f45

Browse files
committed
try manually fetching tags for version
1 parent 0826f77 commit ef77f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/setup-python@v1
2626
with:
2727
python-version: 3.8
28+
fetch-depth: 0
2829
- name: Build dist files
2930
run: |
3031
python -m pip install --upgrade pip
@@ -38,4 +39,4 @@ jobs:
3839
- name: Publish distribution 📦 to PyPI
3940
uses: pypa/gh-action-pypi-publish@release/v1 # license BSD-2
4041
with:
41-
password: ${{ secrets.PYPI_API_TOKEN_WRONG }}
42+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)
0