Skip to content

Commit

Permalink
Update github_master.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ramazanyetis <[email protected]>
  • Loading branch information
ramazanyetis authored Jul 27, 2023
1 parent 521cca4 commit 26d763a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
--outdir dist/
.
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{secrets.TOKEN_TEST_PYPI}}
repository-url: https://test.pypi.org/legacy/
# - name: Publish distribution to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{secrets.TOKEN_TEST_PYPI}}
# repository-url: https://test.pypi.org/legacy/

- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 26d763a

Please sign in to comment.