Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
- Security fixes suggested by Snyk: updated `zipp` to version 3.19.1 or higher to avoid a vulnerability. (`zipp>=3.19.1`)
  • Loading branch information
isakruas authored Oct 3, 2024
1 parent bed83a9 commit 41628d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:

- name: Publish to PyPI
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python -m pip install twine
python -m twine upload dist/*
permissions:
id-token: write
contents: read

0 comments on commit 41628d3

Please sign in to comment.