Skip to content

Commit

Permalink
Revert "dont publish on testpypi" (#55)
Browse files Browse the repository at this point in the history
This reverts commit 5f8bd07.
  • Loading branch information
pavelzw authored May 24, 2024
1 parent 5f8bd07 commit 5db299b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ jobs:
with:
name: artifact
path: dist
- name: Publish package on TestPyPi
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
with:
repository-url: https://test.pypi.org/legacy/
- name: Publish package on PyPi
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450

0 comments on commit 5db299b

Please sign in to comment.