Skip to content

Commit

Permalink
Fix deploy workflow (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jan 6, 2024
1 parent dad2555 commit ea0cfc8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,11 @@ jobs:
name: Upload wheels to PyPI
needs: [ test-package ]
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/pylibjpeg-rle/
permissions:
id-token: write

steps:
- name: Download the wheels
Expand All @@ -266,6 +271,3 @@ jobs:

- name: Publish package to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit ea0cfc8

Please sign in to comment.