Skip to content

Commit

Permalink
ci: update pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Sep 29, 2023
1 parent 8e63ca9 commit 0f47d8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ jobs:
ls -ltrh
ls -ltrh dist
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
repository-url: https://test.pypi.org/legacy/
verbose: true
skip-existing: true
- name: Check pypi packages
run: |
sleep 3
Expand Down

0 comments on commit 0f47d8f

Please sign in to comment.