Skip to content

Commit

Permalink
remove python setup and change to uses for publish (#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbordash2 authored Jan 8, 2025
1 parent 75aa60a commit e10d841
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,13 @@ jobs:
permissions:
id-token: write
steps:
- name: ⤵️ Check out code from GitHub (complete)
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: ⤵️ Download distribution artifact
uses: actions/download-artifact@v4
with:
name: pypi-dist
path: dist
- name: 🏗 Setup Python
uses: finleyfamily/[email protected]
with:
poetry-install: false
poetry-plugins: poetry-dynamic-versioning[plugin]
- name: 🚀 Publish Distribution 📦 to PyPI
run: pypa/[email protected]
uses: pypa/[email protected]
notify-on-publish:
name: Notify
needs:
Expand Down

0 comments on commit e10d841

Please sign in to comment.