You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
-21Lines changed: 0 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -21,24 +21,3 @@ jobs:
21
21
# script:
22
22
# - export NSIDC_LOGIN=$NSIDC_LOGIN
23
23
# - pytest icepyx/tests/behind_NSIDC_API_login.py
24
-
25
-
deploy:
26
-
- provider: pypi
27
-
server: https://test.pypi.org/legacy/
28
-
username: "__token__"
29
-
password: $test_PyPI_API_Token
30
-
on:
31
-
branch: development
32
-
if: commit_message =~ test_pypi
33
-
skip_existing: true
34
-
distributions: "sdist bdist_wheel"
35
-
36
-
# NOTE: the API token on Travis must be set to ALL branches, because a tag build is not considered to be on the master branch: https://travis-ci.community/t/pypi-upload-with-api-token-not-working/5338/5
0 commit comments