Skip to content

Commit

Permalink
Removed twine
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlane-aiml authored Jan 5, 2024
1 parent 0f0a540 commit 87a5b69
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
needs:
- build-linux
runs-on: ubuntu-latest
permissions:
id-token: write

steps:
- name: Download all wheels
Expand All @@ -51,14 +53,5 @@ jobs:
rm -rf wheels
ls dist/
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install twine
- name: Publish to PyPI
run: |
twine upload dist/*.whl
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 87a5b69

Please sign in to comment.