Skip to content

Commit

Permalink
replace publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
mbordash2 committed Sep 12, 2024
1 parent b0162a5 commit 4ee9425
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 @@ -40,6 +40,9 @@ jobs:
needs:
- build-pypi
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/runway
permissions:
id-token: write
steps:
Expand All @@ -58,7 +61,7 @@ jobs:
poetry-install: false
poetry-plugins: poetry-dynamic-versioning[plugin]
- name: 🚀 Publish Distribution 📦 to PyPI
run: poetry publish
run: pypa/gh-action-pypi-publish@v1.10.1
notify-on-publish:
name: Notify
needs:
Expand Down

0 comments on commit 4ee9425

Please sign in to comment.