Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EitanJoseph authored Dec 26, 2024
1 parent 67a257a commit bef685e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build twine
pip install build
# Build the package
- name: Build the package
Expand All @@ -34,6 +34,6 @@ jobs:
# Publish to PyPI
- name: Publish to PyPI
uses: pypa/gh-action-publish-pypi@release/v1
uses: pypi/gh-action-publish-to-pypi@v1.5.0
with:
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit bef685e

Please sign in to comment.