1 parent 811c21c commit ceb88deCopy full SHA for ceb88de
1 file changed
.github/workflows/publish.yaml
@@ -11,8 +11,6 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v3
14
- with:
15
- fetch-depth: 0
16
17
- name: Set up Python
18
uses: actions/setup-python@v4
@@ -39,6 +37,4 @@ jobs:
39
37
env:
40
38
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
41
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
42
- run: |
43
- git fetch --all
44
- poetry run twine upload dist/*
+ run: poetry run twine upload dist/*
0 commit comments