Skip to content

Commit

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

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

0 comments on commit d58e92d

Please sign in to comment.