Merge pull request #76 from alexpolo1/dependabot/github_actions/Gr1N/setup-poetry-9
Bump Gr1N/setup-poetry from 8 to 9
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
|
||||||
- name: Set up Poetry
|
- name: Set up Poetry
|
||||||
uses: Gr1N/setup-poetry@v8
|
uses: Gr1N/setup-poetry@v9
|
||||||
|
|
||||||
- name: Cache venv
|
- name: Cache venv
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
2
.github/workflows/publish-pypi-test.yml
vendored
2
.github/workflows/publish-pypi-test.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Set up Poetry
|
- name: Set up Poetry
|
||||||
uses: Gr1N/setup-poetry@v8
|
uses: Gr1N/setup-poetry@v9
|
||||||
- name: Build and publish to PyPi
|
- name: Build and publish to PyPi
|
||||||
env:
|
env:
|
||||||
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Set up Poetry
|
- name: Set up Poetry
|
||||||
uses: Gr1N/setup-poetry@v8
|
uses: Gr1N/setup-poetry@v9
|
||||||
- name: Bump Poetry version
|
- name: Bump Poetry version
|
||||||
run: |
|
run: |
|
||||||
tag=${{ github.event.release.tag_name }}
|
tag=${{ github.event.release.tag_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user