Skip to content

Commit

Permalink
new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed Apr 7, 2019
1 parent fa9503e commit ca3f824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build_script:
- cmd: echo password = %PYPI_PASSWORD% >> %USERPROFILE%\\.pypirc
- cmd: set HOME=%USERPROFILE%
- cmd: if "%APPVEYOR_REPO_TAG%" == "true" ( %PYTHON_EXECUTABLE% -m pip install --user --upgrade twine )
- cmd: if "%APPVEYOR_REPO_TAG%" == "true" ( %PYTHON_EXECUTABLE% -m twine upload --skip-existing "%APPVEYOR_BUILD_FOLDER%/build/RelWithDebInfo/OpenVisus/dist/*.whl" )
- cmd: if "%APPVEYOR_REPO_TAG%" == "true" ( %PYTHON_EXECUTABLE% -m twine upload --skip-existing "%APPVEYOR_BUILD_FOLDER%/build/RelWithDebInfo/site-packages/OpenVisus/dist/*.whl" )

test: off

Expand Down
2 changes: 1 addition & 1 deletion conda/openvisus/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: openvisus
version: 1.3.22
version: 1.3.23

source:
path: ../..
Expand Down

0 comments on commit ca3f824

Please sign in to comment.