File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Python application
55
66on :
77 push :
8- branches : [ add-white-border ]
8+ branches : [ master ]
99 pull_request :
1010 branches : [ master ]
1111
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 - name : Set up Python
1818 uses : actions/setup-python@v2
1919 with :
20- python-version : ' 3.x '
20+ python-version : ' 3.12 '
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- pip install poetry
24+ pip install poetry==1.8.4
2525 - name : Set Release Version
2626 id : vars
2727 run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
3030 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
3131 TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
3232 run : |
33- sed -i 's/PLACE_HOLDER_VERSION /${{ env.RELEASE_VERSION }}/' pyproject.toml
33+ sed -i 's/0.0.0 /${{ env.RELEASE_VERSION }}/' pyproject.toml
3434 poetry publish --build
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pymarker"
3- version = " 0.4 .0"
3+ version = " 0.0 .0"
44description = " A python package to generate AR markers and patterns based on input images"
55authors = [
" Pablo Silva <[email protected] >" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments