poetry update

This commit is contained in:
Guilhem Saurel
2023-03-07 15:24:39 +01:00
parent 312b963251
commit 1f072d31c8
3 changed files with 147 additions and 52 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"
cache: poetry
- run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_TOKEN }}
- run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV