Skip to content

Commit 436504d

Browse files
committed
update pypi publish
1 parent 1486194 commit 436504d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Update links in README
3636
run: |
37-
REPO_URL="https://raw.githubusercontent.com/{{ github.repository }}/main"
37+
REPO_URL="https://raw.githubusercontent.com/${{ github.repository }}/main"
3838
sed -i "s|sql-data-guard-logo.png|${REPO_URL}/sql-data-guard-logo.png|g" README.md
3939
sed -i "s|(manual.md)|(${REPO_URL}/docs/manual.md)|g" README.md
4040
sed -i "s|(CONTRIBUTING.md)|(${REPO_URL}/CONTRIBUTING.md)|g" README.md
@@ -58,8 +58,8 @@ jobs:
5858
python -m venv .venv
5959
source .venv/bin/activate
6060
python -m pip install --upgrade pip
61-
echo "Waiting for 90 seconds to make sure package is available"
62-
sleep 90
61+
echo "Waiting for 180 seconds to make sure package is available"
62+
sleep 180
6363
pip install --no-cache-dir --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ sql-data-guard==${{ env.VERSION }}
6464
pip install pytest
6565
shell: bash

0 commit comments

Comments
 (0)