Skip to content

Commit 4b838d0

Browse files
committed
fix workflow:
1 parent 7d0c861 commit 4b838d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-pip.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ jobs:
3535
python -m build
3636
twine check dist/*
3737
38-
- name: Publish Package
39-
run: |
40-
twine upload --non-interactive dist/*
38+
- name: Publish package distributions to PyPI
39+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)