Skip to content

Commit e63a063

Browse files
author
Francisco Aranda
committed
sync & relax test pypi publish
1 parent 650f534 commit e63a063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,11 @@ jobs:
115115
uses: pypa/gh-action-pypi-publish@master
116116
with:
117117
user: __token__
118+
skip_existing: true
118119
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
119120
repository_url: https://test.pypi.org/legacy/
120121
- name: Test Installing 🍿
121-
run: pip install --index-url https://test.pypi.org/simple --no-deps rubrix==${GITHUB_REF#refs/*/v}
122+
run: sleep 1 && pip install --index-url https://test.pypi.org/simple --no-deps rubrix==${GITHUB_REF#refs/*/v}
122123
- name: Publish Package to PyPI 🥩
123124
uses: pypa/gh-action-pypi-publish@master
124125
with:

0 commit comments

Comments
 (0)