Skip to content

Commit

Permalink
feat: Publish to PYPI
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jun 11, 2024
1 parent 111b339 commit ec7bed9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
fetch-depth: 0

- name: Create release
uses: seriaati/create-release@main
uses: seriaati/create-release@main
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit ec7bed9

Please sign in to comment.