ソースを参照

bump: version 0.2.0 → 1.0.0

metya 2 年 前
コミット
6110da56d8
3 ファイル変更9 行追加29 行削除
  1. 0 27
      .github-not_work_yet/workflows/pythonpublish.yaml
  2. 8 1
      .gitignore
  3. 1 1
      pyproject.toml

+ 0 - 27
.github-not_work_yet/workflows/pythonpublish.yaml

@@ -1,27 +0,0 @@
-# name: Upload Python Package
-
-# on:
-#   push:
-#     tags:
-#       - '*' # Will trigger for every tag, alternative: 'v*'
-
-# jobs:
-#   deploy:
-#     runs-on: ubuntu-latest
-#     steps:
-#     - uses: actions/checkout@v1
-#     - name: Set up Python
-#       uses: actions/setup-python@v1
-#       with:
-#         python-version: '3.x'
-#     - name: Install dependencies
-#       run: |
-#         python -m pip install --pre -U poetry
-#         poetry --version
-#         poetry install
-#     - name: Build and publish
-#       env:
-#         PYPI_USERNAME: __token__
-#         PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
-#       run: |
-#         ./scripts/publish

+ 8 - 1
.gitignore

@@ -1,3 +1,6 @@
+# MacOS
+.DS_Store
+
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
@@ -137,4 +140,8 @@ dmypy.json
 
 # myfiles
 token
-test*
+test*
+*.log
+geckodriver
+js.js
+paper.json

+ 1 - 1
pyproject.toml

@@ -1,4 +1,4 @@
 [tool.commitizen]
 name = "cz_conventional_commits"
-version = "0.2.0"
+version = "1.0.0"
 tag_format = "$version"