Skip to content

Commit

Permalink
improve release action
Browse files Browse the repository at this point in the history
  • Loading branch information
blancadesal committed Feb 11, 2024
1 parent 475c245 commit 543d1c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish Python 🐍 distributions 📦 to PyPI
on:
release:
types: [created]
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -11,4 +12,5 @@ jobs:
uses: JRubics/[email protected]
with:
python_version: "3.9.17"
poetry_install_options: "--without dev"
pypi_token: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 543d1c7

Please sign in to comment.