Skip to content

Commit

Permalink
Merge pull request #1 from bcwu/version_display_fix
Browse files Browse the repository at this point in the history
Version display fix
  • Loading branch information
bcwu authored May 3, 2021
2 parents 3a71504 + 3d143e8 commit 648c323
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 24 additions & 3 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ build:
noarch: python
entry_points:
- rsconnect = rsconnect.main:cli
number: 0
number: 1
script_env:
- SETUPTOOLS_SCM_PRETEND_VERSION={{ version }}
script: "{{ PYTHON }} -m pip install . --no-deps -vv"

requirements:
host:
- python >=3.6
- pip
- setuptools_scm
run:
- python >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
- six >=1.14.0
Expand Down

0 comments on commit 648c323

Please sign in to comment.