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 cf415a4 commit 48bc6dfCopy full SHA for 48bc6df
.travis.yml
@@ -92,6 +92,6 @@ deploy:
92
tags: true
93
repo: obspy/anaconda-installers
94
# try to upload all binaries to one spot..
95
- name: "${OBSPY_VERSION}"
+ name: "${TRAVIS_TAG}-unix"
96
draft: false
97
prerelease: false
appveyor.yml
@@ -94,7 +94,7 @@ artifacts:
# obspy/anconda-installers, so rely on manually attaching installers to github
# releases..
deploy:
- release: $(OBSPY_VERSION)
+ release: $(APPVEYOR_REPO_TAG_NAME)-win
98
description: 'Anaconda ObsPy installers'
99
provider: GitHub
100
auth_token:
0 commit comments