Skip to content

Commit

Permalink
chore: undo shit
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Mar 17, 2023
1 parent 811c21c commit ceb88de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -39,6 +37,4 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
git fetch --all
poetry run twine upload dist/*
run: poetry run twine upload dist/*

0 comments on commit ceb88de

Please sign in to comment.