Skip to content

Commit bef685e

Browse files
authored
Update publish.yml
1 parent 67a257a commit bef685e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install build twine
28+
pip install build
2929
3030
# Build the package
3131
- name: Build the package
@@ -34,6 +34,6 @@ jobs:
3434
3535
# Publish to PyPI
3636
- name: Publish to PyPI
37-
uses: pypa/gh-action-publish-pypi@release/v1
37+
uses: pypi/gh-action-publish-to-pypi@v1.5.0
3838
with:
3939
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)