Skip to content

Commit

Permalink
Update github actions for deploy
Browse files Browse the repository at this point in the history
PWPA-1903
  • Loading branch information
Leonardo Rosenbach committed Nov 29, 2024
1 parent bd027c5 commit c90db54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install build
Expand All @@ -32,6 +32,6 @@ jobs:
user: __token__
password: ${{ secrets.pypi_token }}
- name: GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: dist/*

0 comments on commit c90db54

Please sign in to comment.