Skip to content

Commit

Permalink
Merge pull request #9 from karlosss/fix-test-pypi-deploy-4
Browse files Browse the repository at this point in the history
fix test pypi deploy
  • Loading branch information
karlosss authored Oct 20, 2024
2 parents b07c5e5 + 955504d commit f828d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
- name: Install the package
uses: nick-fields/[email protected]
with:
timeout_seconds: 60
retry_wait_seconds: 10
max_attempts: 10
command: pip install --extra-index-url https://test.pypi.org/simple/ --no-cache-dir swisspair[test]=="$(cat VERSION)"
Expand Down

0 comments on commit f828d7c

Please sign in to comment.