Skip to content

Commit

Permalink
Update python build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hunt committed Jun 23, 2021
1 parent 2dc8384 commit 0023d03
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 430 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
echo $TAG_NAME
cd python
echo $TAG_NAME >VERSION
cp ../release_notes.md .
cp -r ../lib .
cp -r ../third_party .
mkdir app
Expand Down
4 changes: 2 additions & 2 deletions lib/atca_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
#define _ATCA_VERSION_H

// Version format yyyymmdd
#define ATCA_LIBRARY_VERSION_DATE "20210126"
#define ATCA_LIBRARY_VERSION_DATE "20210623"
#define ATCA_LIBRARY_VERSION_MAJOR 3
#define ATCA_LIBRARY_VERSION_MINOR 3
#define ATCA_LIBRARY_VERSION_BUILD 0
#define ATCA_LIBRARY_VERSION_BUILD 2

#endif /* _ATCA_VERSION_H */
2 changes: 1 addition & 1 deletion python/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ recursive-include lib *.c *.h atca_config.h.in CMakeLists.txt 90-cryptohid.rules
recursive-include third_party *.c *.h
recursive-include app *.c *.h
include cryptoauthlib/cryptoauth.json
include MANIFEST.in setup.py setup.cfg README.md VERSION LICENSE.txt
include MANIFEST.in setup.py setup.cfg README.md release_notes.md VERSION LICENSE.txt
Loading

0 comments on commit 0023d03

Please sign in to comment.