Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-motoki committed Jul 2, 2024
1 parent ccd78cb commit 8c43f3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="zoltraak",
version="0.1.31",
version="0.1.32",
packages=find_packages(),
# package_dir={'': '.'}, # ここでベースディレクトリを指定
install_requires=[
Expand All @@ -13,6 +13,7 @@
"pyperclip",
"wheel",
"diagrams"
"google-api-python-client", # Google APIクライアントライブラリを追加
],
package_data={
'': ['*.txt', '*.md', '*.json', '*.csv', '*.yaml', '*.yml'],
Expand Down
12 changes: 6 additions & 6 deletions update_and_upload.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
echo "##active_line2##"
# echo "##active_line2##"

echo "##active_line3##"
echo "バージョンをアップデート中..."
echo "##active_line4##"
python update_version.py
echo "##active_line5##"
# echo "##active_line3##"
# echo "バージョンをアップデート中..."
# echo "##active_line4##"
# python update_version.py
# echo "##active_line5##"

echo "##active_line6##"
echo "パッケージをビルド中..."
Expand Down

0 comments on commit 8c43f3c

Please sign in to comment.