Skip to content

Commit

Permalink
Fix the (Test)PyPI env URLs @ GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 4, 2022
1 parent c5850ff commit fcd22df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:
environment:
name: pypi
url: >-
https://pypi.org/project/cheroot/${{
https://pypi.org/project/sphinxcontrib-towncrier/${{
needs.pre-setup.outputs.dist-version
}}
Expand Down Expand Up @@ -544,7 +544,7 @@ jobs:
environment:
name: testpypi
url: >-
https://test.pypi.org/project/cheroot/${{
https://test.pypi.org/project/sphinxcontrib-towncrier/${{
needs.pre-setup.outputs.dist-version
}}
Expand Down

0 comments on commit fcd22df

Please sign in to comment.