We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
localhost
1 parent ee892fd commit a01fa74Copy full SHA for a01fa74
.github/workflows/self-smoke-test-action.yml
@@ -76,7 +76,7 @@ jobs:
76
TWINE_USERNAME: ${{ env.devpi-username }}
77
TWINE_PASSWORD: ${{ env.devpi-password }}
78
TWINE_REPOSITORY_URL: >-
79
- http://devpi:${{
+ http://localhost:${{
80
job.services.devpi.ports['3141']
81
}}/${{
82
env.devpi-username
0 commit comments