diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b7ebf4d1..e26b9768 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,8 +69,8 @@ jobs: - name: Set up Git user run: | - git config user.name "github-actions" - git config user.email "github-actions@github.com" + git config user.name "seunghoon shin" + git config user.email "liante0904@gmail.com" - name: Get list of changed files id: changed-files diff --git a/INFO.md b/INFO.md deleted file mode 100644 index 2764eef0..00000000 --- a/INFO.md +++ /dev/null @@ -1,3 +0,0 @@ -# INFO - -2020/01/30 : 상상인의 경우 URL에 sessionId로 인하여 key값을 게시글 제목으로 설정 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 15c4a12e..0031f3e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] requires = ["setuptools>=58", "wheel", "Cython"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0d789464..f0a113a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,4 +73,4 @@ wadllib==1.3.6 websocket-client==1.8.0 wget==3.2 wsproto==1.2.0 -zipp==1.0.0 \ No newline at end of file +zipp==1.0.0 \ No newline at end of file diff --git a/setup.sh b/setup.sh index 5c61f616..1aa77372 100755 --- a/setup.sh +++ b/setup.sh @@ -24,4 +24,4 @@ pip install pycairo # 나머지 패키지 설치 pip install --no-build-isolation -r requirements.txt -echo "Setup completed in $PROJECT_DIR." \ No newline at end of file +echo "Setup completed in $PROJECT_DIR." \ No newline at end of file