Skip to content

Commit ceb88de

Browse files
committed
chore: undo shit
1 parent 811c21c commit ceb88de

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
with:
15-
fetch-depth: 0
1614

1715
- name: Set up Python
1816
uses: actions/setup-python@v4
@@ -39,6 +37,4 @@ jobs:
3937
env:
4038
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
4139
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
42-
run: |
43-
git fetch --all
44-
poetry run twine upload dist/*
40+
run: poetry run twine upload dist/*

0 commit comments

Comments
 (0)