Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish two packages #106

Merged
merged 99 commits into from
Sep 22, 2021
Merged
Changes from 1 commit
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
3577ddc
Move in to subfolder
Sep 13, 2021
b7e62f7
Update github action
Sep 13, 2021
f7f921e
Add in readme.md
Sep 13, 2021
69f4b1c
Try full dist path
Sep 13, 2021
0fa3a0a
Fix artifact paths
Sep 14, 2021
2e1328c
Typo
Sep 14, 2021
bdc7992
Merge branch 'main' into jontri/two_pack
Sep 14, 2021
291cd45
Fix path to publish
Sep 14, 2021
c3ae7ff
Download latest_version.txt to root
Sep 14, 2021
c256049
Test for readme
Sep 14, 2021
ec36512
Fix path to coverage
Sep 14, 2021
1634169
Use more parameters in action
Sep 14, 2021
3474a47
Update build-test-pr.yml
JonathanTripp Sep 14, 2021
92805a8
Park matrix experiment
Sep 14, 2021
b753320
Merge branch 'jontri/two_pack' of https://github.com/microsoft/hi-ml …
Sep 14, 2021
9fab0e9
Remove default
Sep 14, 2021
6d486fd
Move pip installs to makefile
Sep 14, 2021
2f78442
Rename package
Sep 14, 2021
3246d2d
Conda env name has changed
Sep 15, 2021
faf3c8c
Make sure env var set for tests
Sep 15, 2021
710e636
Remove line continuations
Sep 15, 2021
41c6643
Remove tab?
Sep 15, 2021
c5b35ed
Merge branch 'main' into jontri/two_pack
Sep 15, 2021
5d7209a
Restore makefile
Sep 15, 2021
c411d72
Missed $s
Sep 15, 2021
0796ebc
Share flake8 and mypy settings
Sep 15, 2021
d967173
Update readmes
Sep 15, 2021
7352eb6
Move hi-ml files out of hi-ml-azure
Sep 15, 2021
1653c8e
Add setup files for hi-ml
Sep 15, 2021
63ba74b
No pip_test target for base makefile
Sep 15, 2021
3376914
Move docs up
Sep 16, 2021
75f7f42
Add hi-ml tests to vscode discovery
Sep 16, 2021
c197fb3
Merge branch 'main' into jontri/two_pack
Sep 16, 2021
9eec82e
Move package description
Sep 16, 2021
66d4e2d
Try to simplify makefiles
Sep 16, 2021
ae8afaf
Add placeholder files
Sep 16, 2021
9c8dbb5
Try fast tests as a matrix
Sep 16, 2021
dbe4ef5
Dynamic list 2
Sep 16, 2021
6d9c4f5
Dynamic matrix 3
Sep 16, 2021
f893d61
Somehow folder names are secrets?
Sep 16, 2021
2c3a791
Add dummy tests
Sep 16, 2021
1e84026
Renamed fast test target
Sep 16, 2021
bf586c6
No env in matrix
Sep 16, 2021
92ad3fe
Debug folder
Sep 16, 2021
2308e8f
More matrix debug
Sep 16, 2021
4476761
include not includes
Sep 16, 2021
90d9980
Build both in parallel
Sep 16, 2021
ed1218a
Try suffixes
Sep 17, 2021
02e780b
Forgot to change folder
Sep 17, 2021
40f1494
Correct step if syntax
Sep 17, 2021
c454a1b
Use a bash if
Sep 17, 2021
03ce24b
Try bash if again
Sep 17, 2021
254b3df
Dual more jobs
Sep 17, 2021
5546f3a
No space after package
Sep 17, 2021
4478e0e
Wrong name for secret
Sep 17, 2021
ea75339
Can't have empty if blocks in bash
Sep 17, 2021
c418516
Try token instead of password
Sep 17, 2021
1ae78d6
Finally spell token name correctly
Sep 17, 2021
13f6766
Use common block for setting envs
Sep 17, 2021
fc08ddf
Missed env
Sep 17, 2021
fb78f51
Missed env 2
Sep 17, 2021
7c9765d
Add placeholder function so coverage not empty
Sep 17, 2021
cb538a5
Store package name in text file too
Sep 17, 2021
eabf985
Correct path to test environment
Sep 17, 2021
7225c7f
Try a javascript custom action
Sep 20, 2021
b231861
Move coverage formatting to new action
Sep 20, 2021
8041c32
Need octokit client for comment
Sep 20, 2021
7f90fea
Wrong namespace
Sep 20, 2021
299a892
Try a composite artifact
Sep 20, 2021
882ddef
Try setting +x
Sep 20, 2021
b0858ca
need git update index chmod
Sep 20, 2021
ce630e2
Download all package artifacts
Sep 20, 2021
74149b0
Add shell parameter
Sep 20, 2021
8ad9617
Make sure outputs set
Sep 20, 2021
93fb379
Check env vars in script
Sep 20, 2021
ba49dc0
Use env vars in action
Sep 20, 2021
4f43a28
Try env.
Sep 21, 2021
0be04eb
Try an upload action
Sep 21, 2021
0f8662b
Add a dependency between hi-ml and hi-ml-azure
Sep 21, 2021
5a40e59
Install dependencies 1
Sep 21, 2021
25824d4
Remove init files, prevent multi import
Sep 21, 2021
456f712
Install dependencies II
Sep 21, 2021
17e4910
setup needs find_namespace_packages
Sep 21, 2021
cdc20f8
Test publish to pypi
Sep 21, 2021
ac43e2a
Merge branch 'main' into jontri/two_pack
Sep 21, 2021
d85aa84
Delete docs
Sep 21, 2021
836ea80
Clean up
Sep 21, 2021
0767228
Set wheel name before tests
Sep 21, 2021
a91593b
Clean docs
Sep 22, 2021
095b03a
Test publish to pypi
Sep 22, 2021
61eba70
Just remove the if
Sep 22, 2021
3b2f356
Publish depends only on build
Sep 22, 2021
2febc20
Checkout before download
Sep 22, 2021
afd14d8
Test new secret
Sep 22, 2021
130a4c9
Reinstate publish only on tag
Sep 22, 2021
8d11288
Correct url for changelog
Sep 22, 2021
0bd2f2f
Fix merge problems, update env
Sep 22, 2021
22a7984
Fix more merge problems
Sep 22, 2021
90faccf
Fix more merge problems 2
Sep 22, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo
  • Loading branch information
Jonathan Tripp committed Sep 14, 2021
commit 2e1328cb997300ee42073a028edef2d0f5351c56
2 changes: 1 addition & 1 deletion .github/workflows/build-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: hi-ml-azure-dist
path: path: hi-ml-azure/dist
path: hi-ml-azure/dist

- name: Set env
run: echo "HIML_WHEEL_FILENAME=$(find dist -name *.whl)" >> $GITHUB_ENV
Expand Down