Skip to content

Commit

Permalink
Revert "dont publish on testpypi"
Browse files Browse the repository at this point in the history
This reverts commit 5f8bd07.
  • Loading branch information
pavelzw committed May 23, 2024
1 parent 5f8bd07 commit d2d5de9
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 d2d5de9

Please sign in to comment.