Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeerArsala committed Oct 1, 2024
1 parent 52444a7 commit a294d54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches:
- main


permissions:
contents: write

Expand Down Expand Up @@ -38,11 +37,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
run: |
ls -a
pwd
gh release create "$tag" ./dist/* \
--repo="$GITHUB_REPOSITORY" \
--title="${tag#v}" \
--generate-notes
- name: Publish to PyPI
Expand Down

0 comments on commit a294d54

Please sign in to comment.