Skip to content

Commit

Permalink
Revert "Fix deploy workflow (#25)"
Browse files Browse the repository at this point in the history
This reverts commit ea0cfc8.
  • Loading branch information
scaramallion authored Jan 6, 2024
1 parent ea0cfc8 commit 1e18b5a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,6 @@ 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 @@ -271,3 +266,6 @@ 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 1e18b5a

Please sign in to comment.