mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
🐛 Use localhost
@ GHA outside the containers
This commit is contained in:
parent
ee892fd7f2
commit
a01fa7442e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/self-smoke-test-action.yml
vendored
2
.github/workflows/self-smoke-test-action.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
|||
TWINE_USERNAME: ${{ env.devpi-username }}
|
||||
TWINE_PASSWORD: ${{ env.devpi-password }}
|
||||
TWINE_REPOSITORY_URL: >-
|
||||
http://devpi:${{
|
||||
http://localhost:${{
|
||||
job.services.devpi.ports['3141']
|
||||
}}/${{
|
||||
env.devpi-username
|
||||
|
|
Loading…
Reference in a new issue