We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650f534 commit e63a063Copy full SHA for e63a063
.github/workflows/ci.yml
@@ -115,10 +115,11 @@ jobs:
115
uses: pypa/gh-action-pypi-publish@master
116
with:
117
user: __token__
118
+ skip_existing: true
119
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
120
repository_url: https://test.pypi.org/legacy/
121
- name: Test Installing 🍿
- 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}
123
- name: Publish Package to PyPI 🥩
124
125
0 commit comments