Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjcardona13 authored Jul 20, 2024
1 parent 2cbff5d commit 7946403
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [lint, tests]
permissions:
id-token: write

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
Expand All @@ -30,3 +29,7 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
repository-url: https://upload.pypi.org/legacy/

0 comments on commit 7946403

Please sign in to comment.