mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
🐛 Rehardcode devpi port for GHA srv container
This commit is contained in:
parent
3a9eaef3ef
commit
102d8ab13f
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
|
@ -36,7 +36,7 @@ jobs:
|
|||
env:
|
||||
DEVPI_PASSWORD: ${{ env.devpi-password }}
|
||||
ports:
|
||||
- ${{ env.devpi-port }}
|
||||
- 3141
|
||||
|
||||
timeout-minutes: 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue