Skip to content

Commit

Permalink
feat(workflows): Update pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Jan 27, 2025
1 parent 7fb6562 commit 0aefe6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: python -m pip install -U packaging
- uses: casperdcl/deploy-pypi@v2
with:
password: ${{ secrets.pypi_token }}
Expand Down

0 comments on commit 0aefe6c

Please sign in to comment.