Skip to content

Commit

Permalink
actions switched to testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Rybakov committed Aug 3, 2023
1 parent 008bffe commit 11a92a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
environment:
# TODO: next is for prod pypi; comment for tests
name: pypi
url: https://pypi.org/p/deker
# name: pypi
# url: https://pypi.org/p/deker
# TODO: next is for test pypi; comment for prod
# name: testpypi
# url: https://test.pypi.org/p/deker
name: testpypi
url: https://test.pypi.org/p/deker

steps:
- uses: actions/download-artifact@v3
Expand All @@ -229,5 +229,5 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
# TODO: next is for test pypi; comment for prod
# with:
# repository-url: https://test.pypi.org/legacy/
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit 11a92a0

Please sign in to comment.