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

anno3dコマンドのpublic化対応 #100

Merged
merged 6 commits into from
Aug 4, 2022
Merged

anno3dコマンドのpublic化対応 #100

merged 6 commits into from
Aug 4, 2022

Conversation

yuji38kwmt
Copy link
Collaborator

@yuji38kwmt yuji38kwmt commented Jul 18, 2022

close #96

#98 #99がマージされたら、対応する。

@yuji38kwmt yuji38kwmt changed the title sandboxを削除 anno3dコマンドのpublic化対応 Jul 18, 2022
@yuji38kwmt yuji38kwmt marked this pull request as ready for review July 30, 2022 15:49
Comment on lines -128 to -141
----
## 社内PyPIにアップロードする手順

1. 事前に以下のコマンドを実行しておき、社内PyPIのURLを設定する。

```
$ poetry config repositories.kci-upload https://kurusugawa.jp/nexus3/repository/KRS-pypi/
```

2. 以下のコマンドを実行する。user_idとpasswordの入力が求められるので、Confluenceのuser_idとpasswordを入力する。

```
$ poetry publish --repository kci-upload --build
```
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不要になったので削除

Comment on lines -218 to -230
@staticmethod
def put_label(
project_id: str,
label_id: str,
ja_name: str,
en_name: str,
color: Tuple[int, int, int],
annofab_id: Optional[str] = env_annofab_user_id,
annofab_pass: Optional[str] = env_annofab_password,
) -> None:
raise RuntimeError("この関数は廃止されました put_cuboid_label を利用してください")

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

利用できないコマンドなので削除した。

@yuji38kwmt yuji38kwmt force-pushed the remove-sandbox branch 2 times, most recently from 0937c53 to a310624 Compare August 2, 2022 09:08
@seraphr seraphr merged commit dda2056 into master Aug 4, 2022
@seraphr seraphr deleted the remove-sandbox branch August 4, 2022 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

anno3dコマンドのパブリック化
2 participants