mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-09 02:13:33 -05:00
Expect the GHA workflow to complete in 2 minutes
This commit is contained in:
parent
595429bec5
commit
b3f93a1ad6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-upload.yml
vendored
2
.github/workflows/test-upload.yml
vendored
|
@ -18,6 +18,8 @@ jobs:
|
||||||
ports:
|
ports:
|
||||||
- 3141
|
- 3141
|
||||||
|
|
||||||
|
timeout-minutes: 2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: python3 -m pip install --upgrade pip build twine
|
- run: python3 -m pip install --upgrade pip build twine
|
||||||
- run: mkdir -p src/test_package
|
- run: mkdir -p src/test_package
|
||||||
|
|
Loading…
Reference in a new issue