ci: update publish action

This commit is contained in:
Brett Rowan
2024-12-10 13:55:30 -07:00
committed by GitHub
parent 5dd361c4ef
commit 4b16ea2ca2

View File

@@ -13,10 +13,10 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4.2.2
- name: Publish GH release - name: Publish GH release
uses: softprops/action-gh-release@v0.1.14 uses: softprops/action-gh-release@v2.1.0
- name: Build using poetry and publish to PyPi - name: Build using poetry and publish to PyPi
uses: JRubics/poetry-publish@v1.11 uses: JRubics/poetry-publish@v2.0
with: with:
pypi_token: ${{ secrets.PYPI_API_KEY }} pypi_token: ${{ secrets.PYPI_API_KEY }}